Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8ae447e

Browse filesBrowse files
committed
Fix doc for full text search distance operator.
Commit 028350f 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
1 parent 00fecc2 commit 8ae447e
Copy full SHA for 8ae447e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/src/sgml/textsearch.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/textsearch.sgml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ SELECT to_tsquery('fat') <-> to_tsquery('cat | rat');
15631563
<listitem>
15641564
<para>
15651565
Returns a query that searches for a match to the first given query
1566-
followed by a match to the second given query at a distance of at
1566+
followed by a match to the second given query at a distance of exactly
15671567
<replaceable>distance</replaceable> lexemes, using
15681568
the <literal>&lt;<replaceable>N</>&gt;</literal>
15691569
<type>tsquery</> operator. For example:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.