From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: AT TIME ZONE |
Date: | 2004-08-24 11:07:27 |
Message-ID: | 200408241107.i7OB7R022419@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
TODO entry?
---------------------------------------------------------------------------
Tom Lane wrote:
> Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> writes:
> > With the new timezone stuff, is there any reason this shouldn't be made
> > to work now in CVS:
> > test=# select current_timestamp at time zone 'Australia/Perth';
> > ERROR: time zone "australia/perth" not recognized
>
> Lack of round tuits. We have to look at merging the hardwired zone
> names in the datetime token table with the zic timezone names. And
> somewhere in there the 'australian_timezones' GUC variable should vanish
> in favor of a locally-configurable list of recognized TZ names. But
> it's not happening for 8.0 ... this was stuff to be doing two months
> ago ...
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Gaetano Mendola | 2004-08-24 11:29:43 | Re: debuging postgres |
Previous Message | Bruce Momjian | 2004-08-24 11:06:36 | Re: [COMMITTERS] pgsql-server: Rearrange pg_subtrans handling |