]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Improve consistency in varlistentry attributes
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Sun, 28 Jun 2026 21:43:19 +0000 (23:43 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Sun, 28 Jun 2026 21:43:19 +0000 (23:43 +0200)
Use underscores consistent across the varlistentry attributes in
config.sgml. Inconsistencies found using Claude, verified by the
reporter.

Reported-by: Bill Kim <billkimjh@gmail.com>
Reviewed-by: Peter Smith <smithpb2250@gmail.com>
Discussion: https://postgr.es/m/CAMQXxchB0ZfMHyk+Ji-=s3hkqh0_XyuKiaNLRgvatvndSt3KNw@mail.gmail.com

doc/src/sgml/config.sgml

index fa566c9e5535a11bb5c848c96fdcbb0ca83ebe7f..569fc0e7dbaa6177fcbc4d48d5116d631e86974e 100644 (file)
@@ -5842,7 +5842,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
       </listitem>
      </varlistentry>
 
-     <varlistentry id="guc-enable-groupby-reordering" xreflabel="enable_group_by_reordering">
+     <varlistentry id="guc-enable-group-by-reordering" xreflabel="enable_group_by_reordering">
       <term><varname>enable_group_by_reordering</varname> (<type>boolean</type>)
       <indexterm>
        <primary><varname>enable_group_by_reordering</varname> configuration parameter</primary>
@@ -11894,7 +11894,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:$libdir'
       </listitem>
      </varlistentry>
 
-    <varlistentry id="guc-quote-all-identifiers" xreflabel="quote-all-identifiers">
+    <varlistentry id="guc-quote-all-identifiers" xreflabel="quote_all_identifiers">
       <term><varname>quote_all_identifiers</varname> (<type>boolean</type>)
       <indexterm>
        <primary><varname>quote_all_identifiers</varname> configuration parameter</primary>