Definite bug in JDBC

Chris Bitmead <chris@bitmead.com>

From: Chris Bitmead <chris@bitmead.com>
To: pgsql-hackers@postgresql.org
Date: 2002-06-25T06:42:11Z
Lists: pgsql-hackers
If you define a database field like this with the "without time zone" 
clause.....

created timestamp(6) without time zone DEFAULT 'now' NOT NULL,

Then the current postgresql jdbc driver falls over in a heap when trying 
to select and retrieve this field.