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

From Nick Martens
Subject Re: possible when setting the timezone
Date
Msg-id 200601102052.30162.nick80@xs4all.nl
Whole thread Raw
In response to Re: possible when setting the timezone  (Nick Martens <nick80@xs4all.nl>)
Responses Re: possible when setting the timezone
List pgsql-bugs
i just tried the commands from the psql console, and seems to crash then too.

mydb=# SET TimeZone TO 'America/Indiana';
ERROR:  unrecognized time zone name: "America/Indiana"
mydb=# SELECT memo_id, memo_title, memo_comment,
mydb-# memo_date::timestamp, bedrijf_id, persoon_id, initialenachternaam,
mydb-# bedrijfsnaam FROM v_memos  ORDER BY memo_date DESC LIMIT 30 OFFSET 0;
server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: possible when setting the timezone
Next
From: Juan Pablo Yañez
Date:
Subject: Unsuscribe