Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0bc4c6

Browse files
committed
Fix output of tsquery example in docs.
The output for this query changed in commit4e2477b. Backport to 9.6like that commit.Patch by Justin Pryzby, per Yaroslav Schekin's report.Discussion:https://www.postgresql.org/message-id/20201005191922.GE17626%40telsasoft.com
1 parent1a64c76 commitc0bc4c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/textsearch.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,9 +1623,9 @@ occurrences to display in the result.',
16231623

16241624
<screen>
16251625
SELECT to_tsquery('fat') &lt;-&gt; to_tsquery('cat | rat');
1626-
?column?
1627-
-----------------------------------
1628-
'fat' &lt;-&gt; 'cat' | 'fat' &lt;-&gt; 'rat'
1626+
?column?
1627+
----------------------------
1628+
'fat' &lt;-&gt;('cat' | 'rat' )
16291629
</screen>
16301630
</para>
16311631
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp