We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555b151 commit aa560d3Copy full SHA for aa560d3
doc/src/sgml/textsearch.sgml
@@ -1643,7 +1643,7 @@ SELECT to_tsquery('fat') <-> to_tsquery('cat | rat');
1643
<listitem>
1644
<para>
1645
Returns a query that searches for a match to the first given query
1646
- followed by a match to the second given query at a distance of at
+ followed by a match to the second given query at a distance of exactly
1647
<replaceable>distance</replaceable> lexemes, using
1648
the <literal><<replaceable>N</replaceable>></literal>
1649
<type>tsquery</type> operator. For example:
0 commit comments