mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Update documentation of tsquery_phrase().
Missed in commit 028350f61. Noted by Eiji Seki.
This commit is contained in:
parent
0cc864b002
commit
b0344f877f
@ -9544,7 +9544,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
|
||||
</entry>
|
||||
<entry><type>tsquery</type></entry>
|
||||
<entry>make query that searches for <replaceable>query1</> followed by
|
||||
<replaceable>query2</> at maximum distance <replaceable>distance</></entry>
|
||||
<replaceable>query2</> at distance <replaceable>distance</></entry>
|
||||
<entry><literal>tsquery_phrase(to_tsquery('fat'), to_tsquery('cat'), 10)</literal></entry>
|
||||
<entry><literal>'fat' <10> 'cat'</literal></entry>
|
||||
</row>
|
||||
|
Loading…
x
Reference in New Issue
Block a user