Em seg, 10 de jun de 2019 às 14:34, Alexander Korotkov <a.korot...@postgrespro.ru> escreveu: > > Pushed! > Alexander, this commit is ok for 11 and so. However, GUC strict_word_similarity_threshold does not exist in 9.6 and 10. The attached patch revert this part. It should apply cleanly in 9.6 and 10.
-- Euler Taveira Timbira - http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento
From 26f77930fa668c329694da43697361877dfb5ac0 Mon Sep 17 00:00:00 2001 From: Euler Taveira <eu...@timbira.com.br> Date: Thu, 12 Sep 2019 09:12:59 -0300 Subject: [PATCH] Fix pg_trgm documentation Revert part of the commit 9ee98cc3f because it introduced a GUC description that does not exist on this version. --- doc/src/sgml/pgtrgm.sgml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/doc/src/sgml/pgtrgm.sgml b/doc/src/sgml/pgtrgm.sgml index 9f9482ef27..b8e0df6c03 100644 --- a/doc/src/sgml/pgtrgm.sgml +++ b/doc/src/sgml/pgtrgm.sgml @@ -263,23 +263,6 @@ </para> </listitem> </varlistentry> - <varlistentry id="guc-pgtrgm-strict-word-similarity-threshold" xreflabel="pg_trgm.strict_word_similarity_threshold"> - <term> - <varname>pg_trgm.strict_word_similarity_threshold</varname> (<type>real</type>) - <indexterm> - <primary> - <varname>pg_trgm.strict_word_similarity_threshold</varname> configuration parameter - </primary> - </indexterm> - </term> - <listitem> - <para> - Sets the current strict word similarity threshold that is used by the - <literal><<%</literal> and <literal>%>></literal> operators. The threshold - must be between 0 and 1 (default is 0.5). - </para> - </listitem> - </varlistentry> </variablelist> </sect2> -- 2.11.0