Re: Bad timestamp external representation

From: Kris Jurka <books(at)ejurka(dot)com>
To: Denis Khabas <dkhabas(at)bluecatnetworks(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Bad timestamp external representation
Date: 2004-03-26 20:36:26
Message-ID: Pine.BSO.4.56.0403261534000.28468@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

On Fri, 19 Mar 2004, Denis Khabas wrote:

> Hi everyone:
> I am using Postgresql 7.3.4 and found a problem inserting "Timestamp"
> objects through JDBC Prepared Statements when the time zone is set to
> Canada/Newfoundland (3 hours and 30 minutes from MGT). I am trying to
> insert "new Timestamp(0L)" into one of the fields. The database replies
> with an error message:
>

This has been fixed in the 7.4 driver which is compatible with 7.3
servers. Try downloading it from http://jdbc.postgresql.org/download.html

Kris Jurka

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sean Chittenden 2004-03-26 20:36:47 Re: Per database users/admins, handy for database virtual hosting...
Previous Message Michael Brusser 2004-03-26 20:17:32 database is shutting down

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-03-26 21:14:20 Re: location of jdbc.jar
Previous Message Barry Lind 2004-03-26 20:06:49 Re: [HACKERS] Bad timestamp external representation