Re: possible when setting the timezone

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: possible when setting the timezone
Дата
Msg-id 1931.1136917428@sss.pgh.pa.us
обсуждение исходный текст
Ответ на possible when setting the timezone  (Nick Martens <nick80@xs4all.nl>)
Ответы Re: possible when setting the timezone  (Nick Martens <nick80@xs4all.nl>)
Список pgsql-bugs
Nick Martens <nick80@xs4all.nl> writes:
> Jan 10 17:14:40 dndwebdev01 postgres[17374]: [1-1] ERROR:  unrecognized time
> zone name: "America/Indiana"
> Jan 10 17:14:40 dndwebdev01 kernel: pid 17374 (postgres), uid 70: exited on
> signal 11 (core dumped)

Doesn't happen for me:

regression=# set timezone = 'America/Indiana';
ERROR:  unrecognized time zone name: "America/Indiana"
regression=# set timezone = 'America/Indiana';
ERROR:  unrecognized time zone name: "America/Indiana"
regression=# set timezone = 'America/Indiana';
ERROR:  unrecognized time zone name: "America/Indiana"
regression=#

(This is with 8.0.6, but I don't see any related fixes in the CVS logs.)

Can you get a stack trace from the core dump?

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Nick Martens
Дата:
Сообщение: possible when setting the timezone
Следующее
От: jao@geophile.com
Дата:
Сообщение: INSERT causes psql to crash