pgsql: Fix doc for full text search distance operator.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix doc for full text search distance operator.
Дата
Msg-id E1kUWiB-0001Zr-IR@gemulon.postgresql.org
обсуждение исходный текст
Список 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_11_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Change the docs for PARALLEL option of Vacuum.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: In libpq for Windows, call WSAStartup once and WSACleanup not at