Wrong column default values - Mailing list pgsql-jdbc

From Andre Rothe
Subject Wrong column default values
Date
Msg-id db420c9c-2345-4c06-add7-10ea404e4008@g6g2000vbr.googlegroups.com
Whole thread Raw
Responses Re: Wrong column default values  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Hi,

I have installed Postgres 8.3.8 on Fedora Linux and I access it per
JDBC (PostgreSQL 8.1 JDBC3 with SSL (build 407)). If I create a table,
the default values will be set by the database to

NULL::timestamp without time zone

for a timezone column and to

NULL::character varying

for a varchar column. How I can prevent such a behaviour? Both column
defaults should be NULL. Any ideas?

Thanks
Andre

pgsql-jdbc by date:

Previous
From: John R Pierce
Date:
Subject: Re: OOM on large SELECT
Next
From: Dave Cramer
Date:
Subject: Re: Wrong column default values