Re: Strange interval arithmetic - Mailing list pgsql-hackers

From Michael Fuhr
Subject Re: Strange interval arithmetic
Date
Msg-id 20051130234509.GA28551@winnie.fuhr.org
Whole thread Raw
In response to Re: Strange interval arithmetic  (Michael Fuhr <mike@fuhr.org>)
List 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 by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Strange interval arithmetic
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: Upcoming PG re-releases