Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitba3783e

Browse files
committed
Add docs of missing GUC to pgtrgm.sgml
be8a7a6 introduced pg_trgm.strict_word_similarity_threshold GUC, but misseddocs for that. This commit fixes that.Discussion:https://postgr.es/m/fc907f70-448e-fda3-3aa4-209a59597af0%402ndquadrant.comAuthor: Ian BarwickReviewed-by: Masahiko Sawada, Michael PaquierBackpatch-through: 9.6
1 parent852ddfb commitba3783e

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

‎doc/src/sgml/pgtrgm.sgml

Lines changed: 18 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp