Hi all,

I noticed that the 'TimeZone' GUC is displayed in all-lowercase at:
  http://www.postgresql.org/docs/9.1/static/runtime-config-client.html

when it should be camel-cased like 'DateStyle' and 'IntervalStyle'
above it, since that is how the GUC is displayed to users, e.g. as the
column name for 'SHOW timezone;'

Small patch attached.

Josh
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
new file mode 100644
index e58dc18..1e2c033
*** a/doc/src/sgml/config.sgml
--- b/doc/src/sgml/config.sgml
*************** SET XML OPTION { DOCUMENT | CONTENT };
*** 5152,5160 ****
       </varlistentry>
  
       <varlistentry id="guc-timezone" xreflabel="timezone">
!       <term><varname>timezone</varname> (<type>string</type>)</term>
        <indexterm>
!        <primary><varname>timezone</> configuration parameter</primary>
        </indexterm>
        <indexterm><primary>time zone</></>
        <listitem>
--- 5152,5160 ----
       </varlistentry>
  
       <varlistentry id="guc-timezone" xreflabel="timezone">
!       <term><varname>TimeZone</varname> (<type>string</type>)</term>
        <indexterm>
!        <primary><varname>TimeZone</> configuration parameter</primary>
        </indexterm>
        <indexterm><primary>time zone</></>
        <listitem>
-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to