pgsql: Fix doc for full text search distance operator. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix doc for full text search distance operator.
Date
Msg-id E1kUWiB-0001Zp-I3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f0e92bc4b0d783d700058f457a09d6c31e7edb01

Modified Files
--------------
doc/src/sgml/textsearch.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Change the docs for PARALLEL option of Vacuum.
Next
From: Tom Lane
Date:
Subject: pgsql: In libpq for Windows, call WSAStartup once and WSACleanup not at