]> granicus.if.org Git - postgresql/commitdiff
Documentation improvement for pg_trgm
authorAlexander Korotkov <akorotkov@postgresql.org>
Wed, 13 Jun 2018 15:31:18 +0000 (18:31 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Wed, 13 Jun 2018 15:32:03 +0000 (18:32 +0300)
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

doc/src/sgml/pgtrgm.sgml

index 2613c7a3d5c40a9895bd8e4638c0a2e8acc88e49..350da77104e1551badd1774e340013e11cef70b9 100644 (file)
    This function returns a value that can be approximately understood as the
    greatest similarity between the first string and any substring of the second
    string.  However, this function does not add padding to the boundaries of
-   the extent.  Thus, a whole word match gets a higher score than a match with
-   a part of the word.
+   the extent.  Thus, the number of additional characters present in the
+   second string is not considered, except for the mismatched word boundry.
   </para>
 
   <table id="pgtrgm-op-table">