Re: [SQL] ERROR: Unable to format timestamp; internal coding error

2004-06-23 Thread Tom Lane
Stef <[EMAIL PROTECTED]> writes: > I've narrowed my problem down to the following > Java Timestamp that I managed to insert into > a postgres 7.3.4 database : > Timestamp : '1475666-11-30 02:00:00.0' > My problem is, that when I try and select from the table I inserted > this timestamp into, I g

[SQL] ERROR: Unable to format timestamp; internal coding error

2004-06-23 Thread Stef
Hi all, I've narrowed my problem down to the following Java Timestamp that I managed to insert into a postgres 7.3.4 database : Timestamp : '1475666-11-30 02:00:00.0' My problem is, that when I try and select from the table I inserted this timestamp into, I get the following error : ERROR: Una