mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix output of tsquery example in docs.
The output for this query changed in commit 4e2477b7b8
. Backport to 9.6
like that commit.
Patch by Justin Pryzby, per Yaroslav Schekin's report.
Discussion: https://www.postgresql.org/message-id/20201005191922.GE17626%40telsasoft.com
This commit is contained in:
@ -1624,8 +1624,8 @@ occurrences to display in the result.',
|
|||||||
<screen>
|
<screen>
|
||||||
SELECT to_tsquery('fat') <-> to_tsquery('cat | rat');
|
SELECT to_tsquery('fat') <-> to_tsquery('cat | rat');
|
||||||
?column?
|
?column?
|
||||||
-----------------------------------
|
----------------------------
|
||||||
'fat' <-> 'cat' | 'fat' <-> 'rat'
|
'fat' <-> ( 'cat' | 'rat' )
|
||||||
</screen>
|
</screen>
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Reference in New Issue
Block a user