Skip to content

Commit 0a8cd4c

Browse files
committed
Remove pg_trgm.strict_word_similarity_threshold doc from 9.6 and 10
9ee98cc added missing doc for pg_trgm.strict_word_similarity_threshold GUC. But it was accidentally backpatched to 9.6, while this GUC was introduced only in 11. This patch removes extra doc from 9.6 and 10. Discussion: https://postgr.es/m/CAHE3wghn%3DRyPWY-nxX1SiYAfkuwLHMd9Z4r8v9ww_jSs1jF5pg%40mail.gmail.com Author: Euler Taveira Backpatch-through: 9.6 and 10
1 parent a477f25 commit 0a8cd4c

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

doc/src/sgml/pgtrgm.sgml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -263,23 +263,6 @@
263263
</para>
264264
</listitem>
265265
</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>&lt;&lt;%</literal> and <literal>%&gt;&gt;</literal> operators. The threshold
279-
must be between 0 and 1 (default is 0.5).
280-
</para>
281-
</listitem>
282-
</varlistentry>
283266
</variablelist>
284267
</sect2>
285268

0 commit comments

Comments
 (0)