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

Commit d99706e

Browse files
committed
Update documentation of tsquery_phrase().
Missed in commit 028350f. Noted by Eiji Seki.
1 parent 9e0fe09 commit d99706e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9618,7 +9618,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
96189618
</entry>
96199619
<entry><type>tsquery</type></entry>
96209620
<entry>make query that searches for <replaceable>query1</> followed by
9621-
<replaceable>query2</> at maximum distance <replaceable>distance</></entry>
9621+
<replaceable>query2</> at distance <replaceable>distance</></entry>
96229622
<entry><literal>tsquery_phrase(to_tsquery('fat'), to_tsquery('cat'), 10)</literal></entry>
96239623
<entry><literal>'fat' &lt;10&gt; 'cat'</literal></entry>
96249624
</row>

0 commit comments

Comments
 (0)