Re: Timezones on Tru64 (Digital Unix) - Mailing list pgsql-general

From SL Baur
Subject Re: Timezones on Tru64 (Digital Unix)
Date
Msg-id m366s4sb92.fsf@dhcp-38.jp.tlan
Whole thread Raw
In response to Re: Timezones on Tru64 (Digital Unix)  (Stephane Bortzmeyer <bortzmeyer@pasteur.fr>)
List pgsql-general
Tom Lane <tgl@sss.pgh.pa.us> writes in pgsql-general@postgresql.org:

> Stephane Bortzmeyer <bortzmeyer@pasteur.fr> writes:
>> And for those who wonder why I don't use 6.5.3, it's because, unlike
>> 6.5, it doesn't compile on Tru64:

7.0 builds fine on Tru64.

> So have you tried 7.0 ?

I just did and it doesn't work.  I've built with locale and multibyte
enabled and tested in both C locale and a Japanese locale.

steve=# select now();
          now
------------------------
 2000-05-24 15:11:10+09
(1 row)

steve=# set timezone='US/Pacific';
SET VARIABLE
steve=# select now();
          now
------------------------
 2000-05-24 15:11:20+09
(1 row)

pgsql-general by date:

Previous
From: Oskar Bartenstein
Date:
Subject: Re: Where is the JDBC Driver for PostgreSQL on Redhat6.0?
Next
From: SL Baur
Date:
Subject: Re: Timezones on Tru64 (Digital Unix)