pgsql: Rework word_similarity documentation, make it close to actual al

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rework word_similarity documentation, make it close to actual al
Date: 2018-03-21 11:37:29
Message-ID: E1eyc3d-0004KZ-QL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rework word_similarity documentation, make it close to actual algorithm.

word_similarity before claimed as returning similarity of closest word in
string, but, actually it returns similarity of substring. Also fix mistyped
comments.

Author: Alexander Korotkov
Review by: David Steele, Liudmila Mantrova
Discussionis:
https://www.postgresql.org/message-id/flat/CY4PR17MB13207ED8310F847CF117EED0D85A0(at)CY4PR17MB1320(dot)namprd17(dot)prod(dot)outlook(dot)com
https://www.postgresql.org/message-id/flat/f43b242d-000c-f4c8-cb8b-d37e9752cd93%40postgrespro.ru

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5b1b7286c9e12dfe6aad6d722b704d3e948a3d03

Modified Files
--------------
contrib/pg_trgm/trgm_op.c | 4 ++--
doc/src/sgml/pgtrgm.sgml | 56 +++++++++++++++++++++++++++++++++++------------
2 files changed, 44 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2018-03-21 11:38:01 pgsql: Rework word_similarity documentation, make it close to actual al
Previous Message Teodor Sigaev 2018-03-21 11:36:14 pgsql: Rework word_similarity documentation, make it close to actual al