Documentation improvement for pg_trgm

Alexander Korotkov <akorotkov@postgresql.org>

Commit: e146e4d02dbc241b6091596331fb1bdf0fb1c081
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2018-06-13T15:23:00Z
Releases: 11.0
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

Files

PathChange+/−
doc/src/sgml/pgtrgm.sgml modified +11 −8

Documentation touched

Discussion