Re: BUG #1020: Timestamp representation printed by PostgreSQL are invalid

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1020: Timestamp representation printed by PostgreSQL are invalid
Дата
Msg-id 9937.1071850785@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1020: Timestamp representation printed by PostgreSQL are invalid  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Список pgsql-bugs
"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> This is nonsense: the representation returned by a SELECT  for a data type should be *VALID*, shouldn't it?

CURRENT_TIME delivers a timetz value, which is not the same datatype as
time.

Having said that, 7.4 will accept this input string for a time column;
it was suggested that since timestamp-without-time-zone allows and
ignores a time zone field, time-without-time-zone should too.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1019: src/pl/tcl/pltcl.c
Следующее
От: Mark Pether
Дата:
Сообщение: ecpg c++ scope operator lost