[GENERAL] '1 year' = '360 days' ????

2004-10-23 Thread Ricardo Perez Lopez
Hello everyone: I'm a PostgreSQL newbie, working now with dates, times, timestamps and intervals. I have three questions about the above: FIRST: I have observed that, for PostgreSQL, one year is actually 360 days: SELECT '1 year'::timestamp = '360 days'::timestamp; ?column? -

Re: [GENERAL] '1 year' = '360 days' ????

2004-10-24 Thread Ricardo Perez Lopez
From: Tom Lane <[EMAIL PROTECTED]> To: "Ricardo Perez Lopez" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [GENERAL] '1 year' = '360 days' Date: Sat, 23 Oct 2004 19:52:50 -0400 "Ricardo Perez Lopez" <[EMAIL PROTECTED]> w