0001-Fix-pg_trgm-documentation.patch
text/x-patch
Filename: 0001-Fix-pg_trgm-documentation.patch
Type: text/x-patch
Part: 0
Patch
Format: format-patch
Series: patch 0001
Subject: Fix pg_trgm documentation
| File | + | − |
|---|---|---|
| doc/src/sgml/pgtrgm.sgml | 0 | 17 |
From 26f77930fa668c329694da43697361877dfb5ac0 Mon Sep 17 00:00:00 2001
From: Euler Taveira <euler@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