Re: Strange interval arithmetic

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Strange interval arithmetic
Дата
Msg-id 20051130234509.GA28551@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Strange interval arithmetic  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-hackers
Hmmm...is this something else that needs fixing?  The doc says dates
range from 4713 BC to 32767 AD.

test=> select '11754179-08-04'::date;     date      
----------------11754179-08-04
(1 row)

test=> select '11754179-08-05'::date;    date      
---------------4801-01-01 BC
(1 row)

-- 
Michael Fuhr


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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Strange interval arithmetic
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Upcoming PG re-releases