mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 20:52:53 -04:00
doc: Improve consistency in varlistentry attributes
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
This commit is contained in:
parent
b574fec00f
commit
e42d4a1f3d
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue