mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Update documentation of tsquery_phrase().
Missed in commit 028350f61. Noted by Eiji Seki.
This commit is contained in:
parent
9e0fe09fc5
commit
d99706ed51
1 changed files with 1 additions and 1 deletions
|
|
@ -9618,7 +9618,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