Re: ERROR: "TZ"/"tz" not supported

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: "TZ"/"tz" not supported
Дата
Msg-id 15066.1119969106@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: "TZ"/"tz" not supported  (Sergey Levchenko <sector119@gmail.com>)
Список pgsql-general
Sergey Levchenko <sector119@gmail.com> writes:
> How can I convert '00:00:05.601 SAMST Tue Jun 28 2005'  (varchar type)
> to timestamp with time zone?

Just casting it would work, except that SAMST is not one of the time
zone abbreviations known to Postgres.  If you're desperate you could
add an entry to the table in datetime.c.  (Someday we really need to
make that list configurable instead of hard-wired.)

            regards, tom lane

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

Предыдущее
От: Wayne Johnson
Дата:
Сообщение: User authorization
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: Finding points within 50 miles