3 digit ISO dates

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема 3 digit ISO dates
Дата
Msg-id 00c701c37b58$6cebff50$2800a8c0@mars
обсуждение исходный текст
Ответы Re: 3 digit ISO dates  (Andreas Joseph Krogh <andreak@officenet.no>)
Список pgsql-hackers
Hi,

Are we going to address the fact that you can't enter 3 digit years without
a leading 0?

australia=# select '111-01-01'::date;
ERROR:  Bad date external representation '111-01-01'

australia=# select '0111-01-01'::date;   date
------------0111-01-01
(1 row)

I can't see any reason why we shouldn't allow it???

Chris



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

Предыдущее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: Vote: Adding flex/bison derived files in WIN32_DEV
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: 3 digit ISO dates