File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 257
257
</term>
258
258
<listitem>
259
259
<para>
260
- Sets the current word similarity threshold that is used by
260
+ Sets the current word similarity threshold that is used by the
261
261
<literal><%</> and <literal>%></> operators. The threshold
262
262
must be between 0 and 1 (default is 0.6).
263
263
</para>
264
264
</listitem>
265
265
</varlistentry>
266
+ <varlistentry id="guc-pgtrgm-strict-word-similarity-threshold" xreflabel="pg_trgm.strict_word_similarity_threshold">
267
+ <term>
268
+ <varname>pg_trgm.strict_word_similarity_threshold</varname> (<type>real</type>)
269
+ <indexterm>
270
+ <primary>
271
+ <varname>pg_trgm.strict_word_similarity_threshold</varname> configuration parameter
272
+ </primary>
273
+ </indexterm>
274
+ </term>
275
+ <listitem>
276
+ <para>
277
+ Sets the current strict word similarity threshold that is used by the
278
+ <literal><<%</literal> and <literal>%>></literal> operators. The threshold
279
+ must be between 0 and 1 (default is 0.5).
280
+ </para>
281
+ </listitem>
282
+ </varlistentry>
266
283
</variablelist>
267
284
</sect2>
268
285
You can’t perform that action at this time.
0 commit comments