doc: Get rid of unnecessary space character from some index items.
authorFujii Masao <fujii@postgresql.org>
Tue, 24 Nov 2020 08:00:16 +0000 (17:00 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 24 Nov 2020 08:00:16 +0000 (17:00 +0900)
Previously some index items have " ," (i.e., space + comma) in the docs
as follows. Since the space character before the comma is unnecessary,
this commit gets rid of that for the sake of consistency with other
index items.

   parallel_leader_participation configuration parameter , Other Planner Options

Author: Fujii Masao
Reviewed-by: Euler Taveira
Discussion: https://postgr.es/m/e87b4ddf-1498-2850-bf55-519df3928fd4@oss.nttdata.com

doc/src/sgml/config.sgml
doc/src/sgml/pgtrgm.sgml

index a632cf98ba0c97273f6a4715fe5aa2639f49008f..3795c570048c7a0a8945770080b06c651ff273a5 100644 (file)
@@ -5650,10 +5650,7 @@ SELECT * FROM parent WHERE key = 2400;
       <term>
        <varname>parallel_leader_participation</varname> (<type>boolean</type>)
        <indexterm>
-        <primary>
-         <varname>parallel_leader_participation</varname> configuration
-         parameter
-        </primary>
+        <primary><varname>parallel_leader_participation</varname> configuration parameter</primary>
        </indexterm>
       </term>
       <listitem>
index 76806302db6addd028607985f7a4b0477a9c5097..ca97c7ce00a9da952173d566abaf68b2365ecebe 100644 (file)
     <term>
      <varname>pg_trgm.word_similarity_threshold</varname> (<type>real</type>)
      <indexterm>
-      <primary>
-       <varname>pg_trgm.word_similarity_threshold</varname> configuration parameter
-      </primary>
+      <primary><varname>pg_trgm.word_similarity_threshold</varname> configuration parameter</primary>
      </indexterm>
     </term>
     <listitem>
     <term>
      <varname>pg_trgm.strict_word_similarity_threshold</varname> (<type>real</type>)
      <indexterm>
-      <primary>
-       <varname>pg_trgm.strict_word_similarity_threshold</varname> configuration parameter
-      </primary>
+      <primary><varname>pg_trgm.strict_word_similarity_threshold</varname> configuration parameter</primary>
      </indexterm>
     </term>
     <listitem>