Capitalization of 'TimeZone' GUC - Mailing list pgsql-docs

From Josh Kupershmidt
Subject Capitalization of 'TimeZone' GUC
Date
Msg-id CAK3UJRH5Agc6bfYMJSQyLbyToCtCxi28-CkN1QL6GcHiP926Vw@mail.gmail.com
Whole thread Raw
Responses Re: Capitalization of 'TimeZone' GUC  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-docs
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

Attachment

pgsql-docs by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: CREATE USER
Next
From: Josh Kupershmidt
Date:
Subject: Confusing section of 'Setting Parameters'