Re: BUG #2350: Timezone string fails in a certain context (see below).

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2350: Timezone string fails in a certain context (see below).
Дата
Msg-id 17553.1143047601@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2350: Timezone string fails in a certain context (see below).  ("Gloria W" <strangest@comcast.net>)
Ответы Re: BUG #2350: Timezone string fails in a certain context  (Gloria <strangest@comcast.net>)
Список pgsql-bugs
"Gloria W" <strangest@comcast.net> writes:
> ERROR:  invalid input syntax for type timestamp with time zone: "2006-03-20
> 09:06:00 US/Pacific"

That is not currently supported, sorry.  Timestamp input can only use
the timezone names known to the "date token table", which basically
is the short abbreviations like PST.  It'll get fixed eventually but
it's a feature enhancement not a bug.

            regards, tom lane

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

Предыдущее
От: "Mike Haller"
Дата:
Сообщение: BUG #2354: No admin rights, but still refuses to run
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2353: Temporary tables created within trigger function still exist after abend