We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d5b45 commit 1a64c76Copy full SHA for 1a64c76
doc/src/sgml/textsearch.sgml
@@ -1645,7 +1645,7 @@ SELECT to_tsquery('fat') <-> to_tsquery('cat | rat');
1645
<listitem>
1646
<para>
1647
Returns a query that searches for a match to the first given query
1648
- 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
1649
<replaceable>distance</replaceable> lexemes, using
1650
the <literal><<replaceable>N</replaceable>></literal>
1651
<type>tsquery</type> operator. For example:
0 commit comments