Re: [BUGS] BUG #1180: incorrect date handling

2004-06-22 Thread Stephan Szabo
On Tue, 22 Jun 2004, Tom Lane wrote: > "PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > > PostgreSQL version: 7.3.2 > > > colony=# insert into foo values ('2003-12-11 23:59:60.00'); > > ERROR: Bad timestamp external representation '2003-12-11 23:59:60.00' > > Use a more recent PG version ...

Re: [BUGS] BUG #1180: incorrect date handling

2004-06-22 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > PostgreSQL version: 7.3.2 > colony=# insert into foo values ('2003-12-11 23:59:60.00'); > ERROR: Bad timestamp external representation '2003-12-11 23:59:60.00' Use a more recent PG version ... we have fixed a thing or two since 7.3 (in fact 7.

[BUGS] BUG #1180: incorrect date handling

2004-06-22 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1180 Logged by: Ben Bidner Email address: [EMAIL PROTECTED] PostgreSQL version: 7.3.2 Operating system: linux 2.4.20 Description:incorrect date handling Details: colony=# CREATE TABLE foo (dtime TIMESTAMP