Re: possible when setting the timezone - Mailing list pgsql-bugs

From Tom Lane
Subject Re: possible when setting the timezone
Date
Msg-id 1931.1136917428@sss.pgh.pa.us
Whole thread Raw
In response to possible when setting the timezone  (Nick Martens <nick80@xs4all.nl>)
Responses Re: possible when setting the timezone
List 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 by date:

Previous
From: Nick Martens
Date:
Subject: possible when setting the timezone
Next
From: jao@geophile.com
Date:
Subject: INSERT causes psql to crash