Skip to content

Commit 7c2122f

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 88ca787 commit 7c2122f

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
@@ -246,23 +246,23 @@
246246
</para>
247247
</listitem>
248248
</varlistentry>
249-
<varlistentry id="guc-pgtrgm-word-similarity-threshold" xreflabel="pg_trgm.word_similarity_threshold">
250-
<term>
251-
<varname>pg_trgm.word_similarity_threshold</> (<type>real</type>)
252-
<indexterm>
253-
<primary>
254-
<varname>pg_trgm.word_similarity_threshold</> configuration parameter
255-
</primary>
256-
</indexterm>
257-
</term>
258-
<listitem>
259-
<para>
260-
Sets the current word similarity threshold that is used by
261-
<literal>&lt;%</> and <literal>%&gt;</> operators. The threshold
262-
must be between 0 and 1 (default is 0.6).
263-
</para>
264-
</listitem>
265-
</varlistentry>
249+
<varlistentry id="guc-pgtrgm-word-similarity-threshold" xreflabel="pg_trgm.word_similarity_threshold">
250+
<term>
251+
<varname>pg_trgm.word_similarity_threshold</> (<type>real</type>)
252+
<indexterm>
253+
<primary>
254+
<varname>pg_trgm.word_similarity_threshold</> configuration parameter
255+
</primary>
256+
</indexterm>
257+
</term>
258+
<listitem>
259+
<para>
260+
Sets the current word similarity threshold that is used by
261+
<literal>&lt;%</> and <literal>%&gt;</> operators. The threshold
262+
must be between 0 and 1 (default is 0.6).
263+
</para>
264+
</listitem>
265+
</varlistentry>
266266
</variablelist>
267267
</sect2>
268268

0 commit comments

Comments
 (0)