pgsql: Documentation improvement for pg_trgm

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Documentation improvement for pg_trgm
Date: 2018-06-13 15:32:50
Message-ID: E1fT7lS-0004aQ-Ja@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Documentation improvement for pg_trgm

Documentation of word_similarity() and strict_word_similarity() functions
contains some vague wordings which could confuse users. This patch makes
those wordings more clear. word_similarity() was introduced in PostgreSQL 9.6,
and corresponding part of documentation needs to be backpatched.

Author: Bruce Momjian, Alexander Korotkov
Discussion: https://postgr.es/m/20180526165648.GB12510%40momjian.us
Backpatch: 9.6, where word_similarity() was introduced

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/pgtrgm.sgml | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2018-06-13 15:33:29 pgsql: Documentation improvement for pg_trgm
Previous Message Tatsuo Ishii 2018-06-13 00:13:54 Re: pgsql: Convert debug message from ereport to elog