Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitf0e92bc

Browse files
committed
Fix doc for full text search distance operator.
Commit028350f changed its behavior from "at most" to "exactly", butforgot 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 parent9b27176 commitf0e92bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/textsearch.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ SELECT to_tsquery('fat') <-> to_tsquery('cat | rat');
16371637
<listitem>
16381638
<para>
16391639
Returns a query that searches for a match to the first given query
1640-
followed by a match to the second given query at a distance ofat
1640+
followed by a match to the second given query at a distance ofexactly
16411641
<replaceable>distance</replaceable> lexemes, using
16421642
the <literal>&lt;<replaceable>N</replaceable>&gt;</literal>
16431643
<type>tsquery</type> operator. For example:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp