Capitalization of 'TimeZone' GUC

From: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Capitalization of 'TimeZone' GUC
Date: 2012-05-05 00:37:09
Message-ID: CAK3UJRH5Agc6bfYMJSQyLbyToCtCxi28-CkN1QL6GcHiP926Vw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
timezone_capitalization.diff text/x-patch 933 bytes

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Josh Kupershmidt 2012-05-08 00:29:35 Confusing section of 'Setting Parameters'
Previous Message Jaime Casanova 2012-05-03 19:05:49 Re: CREATE USER