Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b0344f8

Browse files
committed
Update documentation of tsquery_phrase().
Missed in commit 028350f. Noted by Eiji Seki.
1 parent 0cc864b commit b0344f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9544,7 +9544,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
95449544
</entry>
95459545
<entry><type>tsquery</type></entry>
95469546
<entry>make query that searches for <replaceable>query1</> followed by
9547-
<replaceable>query2</> at maximum distance <replaceable>distance</></entry>
9547+
<replaceable>query2</> at distance <replaceable>distance</></entry>
95489548
<entry><literal>tsquery_phrase(to_tsquery('fat'), to_tsquery('cat'), 10)</literal></entry>
95499549
<entry><literal>'fat' &lt;10&gt; 'cat'</literal></entry>
95509550
</row>

0 commit comments

Comments
 (0)