Commit d99706ed authored by Tom Lane's avatar Tom Lane

Update documentation of tsquery_phrase().

Missed in commit 028350f6.  Noted by Eiji Seki.
parent 9e0fe09f
...@@ -9618,7 +9618,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple ...@@ -9618,7 +9618,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
</entry> </entry>
<entry><type>tsquery</type></entry> <entry><type>tsquery</type></entry>
<entry>make query that searches for <replaceable>query1</> followed by <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>tsquery_phrase(to_tsquery('fat'), to_tsquery('cat'), 10)</literal></entry>
<entry><literal>'fat' &lt;10&gt; 'cat'</literal></entry> <entry><literal>'fat' &lt;10&gt; 'cat'</literal></entry>
</row> </row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment