Re: Timestamp parsing with blanked time part

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Timestamp parsing with blanked time part
Дата
Msg-id 8735.1311342772@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Timestamp parsing with blanked time part  (Ireneusz Pluta <ipluta@wp.pl>)
Список pgsql-general
Ireneusz Pluta <ipluta@wp.pl> writes:
> [ Postgres accepts timestamp input of the form '2011-07-22 :' ]
> Some other datetime parsers reject it, the Perl DateTime::Format::Pg is an example.

> Is this case a subject of eventual corrections in the future versions of postgres and it would start emit errors
then?

No, it isn't.  If we tightened that up, it would inevitably break
somebody else's application.  And who's to say that DateTime::Format
is the best authority on what should be considered valid?

            regards, tom lane

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

Предыдущее
От: Achilleas Mantzios
Дата:
Сообщение: Re: Choosing primary key type: 64 or 52 bit primary keys?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Is there a way to 'unrestrict' drop view?