mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Update documentation of tsquery_phrase().
Missed in commit 028350f61. Noted by Eiji Seki.
This commit is contained in:
parent
0cc864b002
commit
b0344f877f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue