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

Commit7c2122f

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 parent88ca787 commit7c2122f

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)

[8]ページ先頭

©2009-2025 Movatter.jp