summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2020-10-19 17:58:38 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2020-10-19 17:59:06 +0300
commit8ae447e2f7cd1a60e715f624dc7fe1e1a768e7ab (patch)
tree50dda958f841dbde68b18d8fc922201a1536e6ab
parent00fecc24c140b965e0bdd00942f07f0d43983d7d (diff)
Fix doc for full text search distance operator.
Commit 028350f619 changed its behavior from "at most" to "exactly", but forgot to update the documentation. Backpatch to 9.6. Patch by Justin Pryzby, per Yaroslav Schekin's report. Discussion: https://www.postgresql.org/message-id/20201005191922.GE17626%40telsasoft.com
-rw-r--r--doc/src/sgml/textsearch.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml
index 7329b5c8131..d5061f2fb45 100644
--- a/doc/src/sgml/textsearch.sgml
+++ b/doc/src/sgml/textsearch.sgml
@@ -1563,7 +1563,7 @@ SELECT to_tsquery('fat') &lt;-&gt; to_tsquery('cat | rat');
<listitem>
<para>
Returns a query that searches for a match to the first given query
- 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
<replaceable>distance</replaceable> lexemes, using
the <literal>&lt;<replaceable>N</>&gt;</literal>
<type>tsquery</> operator. For example: