pgsql: Add docs of missing GUC to pgtrgm.sgml

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add docs of missing GUC to pgtrgm.sgml
Date: 2019-06-10 17:31:18
Message-ID: E1haO8c-0002kN-6S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add docs of missing GUC to pgtrgm.sgml

be8a7a68 introduced pg_trgm.strict_word_similarity_threshold GUC, but missed
docs for that. This commit fixes that.

Discussion: https://postgr.es/m/fc907f70-448e-fda3-3aa4-209a59597af0%402ndquadrant.com
Author: Ian Barwick
Reviewed-by: Masahiko Sawada, Michael Paquier
Backpatch-through: 9.6

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/97c9ea17fbcaaf89033002189f6b0aba6ad3179d

Modified Files
--------------
doc/src/sgml/pgtrgm.sgml | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-06-10 17:33:01 Re: pgsql: Fix operator naming in pg_trgm GUC option descriptions
Previous Message Alexander Korotkov 2019-06-10 17:29:15 pgsql: Fix docs indentation in pgtrgm.sgml