Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 852ddfb

Browse files
committed
Fix docs indentation in pgtrgm.sgml
5871b88 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
1 parent ae78a94 commit 852ddfb

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

doc/src/sgml/pgtrgm.sgml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -320,23 +320,23 @@
320320
</para>
321321
</listitem>
322322
</varlistentry>
323-
<varlistentry id="guc-pgtrgm-word-similarity-threshold" xreflabel="pg_trgm.word_similarity_threshold">
324-
<term>
325-
<varname>pg_trgm.word_similarity_threshold</varname> (<type>real</type>)
326-
<indexterm>
327-
<primary>
328-
<varname>pg_trgm.word_similarity_threshold</varname> configuration parameter
329-
</primary>
330-
</indexterm>
331-
</term>
332-
<listitem>
333-
<para>
334-
Sets the current word similarity threshold that is used by
335-
<literal>&lt;%</literal> and <literal>%&gt;</literal> operators. The threshold
336-
must be between 0 and 1 (default is 0.6).
337-
</para>
338-
</listitem>
339-
</varlistentry>
323+
<varlistentry id="guc-pgtrgm-word-similarity-threshold" xreflabel="pg_trgm.word_similarity_threshold">
324+
<term>
325+
<varname>pg_trgm.word_similarity_threshold</varname> (<type>real</type>)
326+
<indexterm>
327+
<primary>
328+
<varname>pg_trgm.word_similarity_threshold</varname> configuration parameter
329+
</primary>
330+
</indexterm>
331+
</term>
332+
<listitem>
333+
<para>
334+
Sets the current word similarity threshold that is used by
335+
<literal>&lt;%</literal> and <literal>%&gt;</literal> operators. The threshold
336+
must be between 0 and 1 (default is 0.6).
337+
</para>
338+
</listitem>
339+
</varlistentry>
340340
</variablelist>
341341
</sect2>
342342

0 commit comments

Comments
 (0)