1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Fix docs indentation in pgtrgm.sgml

5871b884 introduced pg_trgm.word_similarity_threshold GUC, but its documentation
contains wrong indentation.  This commit fixes that.  Backpatch for easier
backpatching of other documentation fixes.

Discussion: https://postgr.es/m/4c735d30-ab59-fc0e-45d8-f90eb5ed3855%402ndquadrant.com
Author: Ian Barwick
Backpatch-through: 9.6
This commit is contained in:
Alexander Korotkov 2019-06-10 19:28:47 +03:00
parent 2558776b41
commit abfbdb25ec

View File

@ -246,23 +246,23 @@
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="guc-pgtrgm-word-similarity-threshold" xreflabel="pg_trgm.word_similarity_threshold"> <varlistentry id="guc-pgtrgm-word-similarity-threshold" xreflabel="pg_trgm.word_similarity_threshold">
<term> <term>
<varname>pg_trgm.word_similarity_threshold</> (<type>real</type>) <varname>pg_trgm.word_similarity_threshold</> (<type>real</type>)
<indexterm> <indexterm>
<primary> <primary>
<varname>pg_trgm.word_similarity_threshold</> configuration parameter <varname>pg_trgm.word_similarity_threshold</> configuration parameter
</primary> </primary>
</indexterm> </indexterm>
</term> </term>
<listitem> <listitem>
<para> <para>
Sets the current word similarity threshold that is used by Sets the current word similarity threshold that is used by
<literal>&lt;%</> and <literal>%&gt;</> operators. The threshold <literal>&lt;%</> and <literal>%&gt;</> operators. The threshold
must be between 0 and 1 (default is 0.6). must be between 0 and 1 (default is 0.6).
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</sect2> </sect2>