Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ba3783e

Browse files
committed
Add docs of missing GUC to pgtrgm.sgml
be8a7a6 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
1 parent 852ddfb commit ba3783e

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

doc/src/sgml/pgtrgm.sgml

+18-1
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,29 @@
331331
</term>
332332
<listitem>
333333
<para>
334-
Sets the current word similarity threshold that is used by
334+
Sets the current word similarity threshold that is used by the
335335
<literal>&lt;%</literal> and <literal>%&gt;</literal> operators. The threshold
336336
must be between 0 and 1 (default is 0.6).
337337
</para>
338338
</listitem>
339339
</varlistentry>
340+
<varlistentry id="guc-pgtrgm-strict-word-similarity-threshold" xreflabel="pg_trgm.strict_word_similarity_threshold">
341+
<term>
342+
<varname>pg_trgm.strict_word_similarity_threshold</varname> (<type>real</type>)
343+
<indexterm>
344+
<primary>
345+
<varname>pg_trgm.strict_word_similarity_threshold</varname> configuration parameter
346+
</primary>
347+
</indexterm>
348+
</term>
349+
<listitem>
350+
<para>
351+
Sets the current strict word similarity threshold that is used by the
352+
<literal>&lt;&lt;%</literal> and <literal>%&gt;&gt;</literal> operators. The threshold
353+
must be between 0 and 1 (default is 0.5).
354+
</para>
355+
</listitem>
356+
</varlistentry>
340357
</variablelist>
341358
</sect2>
342359

0 commit comments

Comments
 (0)