Re: Australian timezone configure option

From: Chris Dunlop <chris(at)onthe(dot)net(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Australian timezone configure option
Date: 2001-06-06 00:43:16
Message-ID: 20010606104316.A12249@minotaur.onthe.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Tom Lane wrote:
> Could we also trouble you for documentation patches? IIRC, there's a
> list of all interesting configure options somewhere in the
> administrator's guide.

Documentation ? We don't need no steenking documentation!...

diff -ur postgresql-7.1.2.orig/doc/src/sgml/installation.sgml postgresql-7.1.2/doc/src/sgml/installation.sgml
--- postgresql-7.1.2.orig/doc/src/sgml/installation.sgml Tue May 15 01:11:31 2001
+++ postgresql-7.1.2/doc/src/sgml/installation.sgml Wed Jun 6 10:35:30 2001
@@ -462,6 +462,20 @@
</varlistentry>

<varlistentry>
+ <term>--enable-australian-tz</term>
+ <listitem>
+ <para>
+ Enables Australian timezone support. This changes the interpretation
+ of timezones in input date/time strings from US-centric to
+ Australian-centric. Specifically, 'EST' is changed from GMT-5 (US
+ Eastern Standard Time) to GMT+10 (Australian Eastern Standard Time)
+ and 'CST' is changed from GMT-5:30 (US Central Standard Time) to
+ GMT+10:30 (Australian Central Standard Time).
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>--enable-locale</term>
<listitem>
<para>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Severin Olloz 2001-06-06 00:55:50 ORDER BY Problem...
Previous Message Tom Lane 2001-06-06 00:09:53 Re: URGENT PROBLEM

Browse pgsql-patches by date

  From Date Subject
Next Message Ian Lance Taylor 2001-06-06 06:39:44 Cursor support buffer patch
Previous Message Tom Lane 2001-06-06 00:03:24 Re: Australian timezone configure option