pgsql: Fix doc for full text search distance operator.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix doc for full text search distance operator.
Date: 2020-10-19 15:04:35
Message-ID: E1kUWiB-0001Zm-HY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_13_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-10-19 15:24:21 pgsql: In libpq for Windows, call WSAStartup once and WSACleanup not at
Previous Message Tom Lane 2020-10-19 14:43:04 Re: pgsql: Change the docs for PARALLEL option of Vacuum.