Re: Australian timezone configure option - Mailing list pgsql-patches

From Chris Dunlop
Subject Re: Australian timezone configure option
Date
Msg-id 20010606104316.A12249@minotaur.onthe.net.au
Whole thread Raw
In response to Re: Australian timezone configure option  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Australian timezone configure option  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Australian timezone configure option  (Justin Clift <aa2@bigpond.net.au>)
RE: Australian timezone configure option  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List 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>

pgsql-patches by date:

Previous
From: Dave Bodenstab
Date:
Subject: 7.1 odbc bug & patch
Next
From: "Joe Conway"
Date:
Subject: Fw: [HACKERS] Re: Fw: Isn't pg_statistic a security hole - Solution Proposal