Re: Time Zone Names Problem - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Time Zone Names Problem
Date
Msg-id 20840.1108956562@sss.pgh.pa.us
Whole thread Raw
In response to Time Zone Names Problem  (Curt Sampson <cjs@cynic.net>)
Responses Re: Time Zone Names Problem  (Curt Sampson <cjs@cynic.net>)
List pgsql-hackers
Curt Sampson <cjs@cynic.net> writes:
> I'm running PostgreSQL 8.0.1 from the NetBSD pkgsrc package. I'm getting some
> odd behavior with time zone names:

>      SET timezone TO 'EST';
>      psql:z.sql:2: ERROR:  unrecognized time zone name: "EST"
>      SET timezone TO 'Asia/Tokyo';
>      psql:z.sql:3: ERROR:  unrecognized time zone name: "Asia/Tokyo"
>      SET timezone TO 'US/Eastern';
>      psql:z.sql:4: ERROR:  unrecognized time zone name: "US/Eastern"

Hmm, all of those should work (and do work here).  Are the corresponding
files present in the appropriate installation directory?  Look under
.../share/postgresql/timezone/
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: postgres crashing on a seemingly good query
Next
From: Greg Stark
Date:
Subject: Re: Fwd: Apple Darwin disabled fsync?