Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit852ddfb

Browse files
committed
Fix docs indentation in pgtrgm.sgml
5871b88 introduced pg_trgm.word_similarity_threshold GUC, but its documentationcontains wrong indentation. This commit fixes that. Backpatch for easierbackpatching of other documentation fixes.Discussion:https://postgr.es/m/4c735d30-ab59-fc0e-45d8-f90eb5ed3855%402ndquadrant.comAuthor: Ian BarwickBackpatch-through: 9.6
1 parentae78a94 commit852ddfb

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)

[8]ページ先頭

©2009-2025 Movatter.jp