Re: Time Zone Names Problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Time Zone Names Problem
Дата
Msg-id 20840.1108956562@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Time Zone Names Problem  (Curt Sampson <cjs@cynic.net>)
Ответы Re: Time Zone Names Problem  (Curt Sampson <cjs@cynic.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: postgres crashing on a seemingly good query
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Fwd: Apple Darwin disabled fsync?