Time input documentation error

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Time input documentation error
Дата
Msg-id 20030820134307.GA6891@wolff.to
обсуждение исходный текст
Ответы Re: Time input documentation error  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Time input documentation error  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-docs
In table 8.11 in the 7.4 docs the following line:
040506         ISO 8601
suggests that '040506' is a valid input format for time. But in fact
it isn't accepted by either 7.3 or 7.4.

For example:
area=> select '040506'::time;
ERROR:  invalid input syntax for time: "040506"

I built using the intger datetimes option in case that makes a difference.

P.S.
Appologies if you received this twice. I tried to send in this report
a couple of days ago, but never saw the message come back through the
list server, so i am assuming I screwed up sending the message.

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

Предыдущее
От:
Дата:
Сообщение: Re: My details
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Time input documentation error