File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 331
331
</term>
332
332
<listitem>
333
333
<para>
334
- Sets the current word similarity threshold that is used by
334
+ Sets the current word similarity threshold that is used by the
335
335
<literal><%</literal> and <literal>%></literal> operators. The threshold
336
336
must be between 0 and 1 (default is 0.6).
337
337
</para>
338
338
</listitem>
339
339
</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><<%</literal> and <literal>%>></literal> operators. The threshold
353
+ must be between 0 and 1 (default is 0.5).
354
+ </para>
355
+ </listitem>
356
+ </varlistentry>
340
357
</variablelist>
341
358
</sect2>
342
359
You can’t perform that action at this time.
0 commit comments