Re: Wrong default values of columns

From: Andre Rothe <phosco(at)gmx(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Wrong default values of columns
Date: 2009-09-17 14:44:02
Message-ID: a7a2606a-0124-4e89-bc92-5d098e1a8e5e@d21g2000vbm.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The problem is, that I get the default values from a metadata query
with JDBC,
so I have to parse every return value for such an annotation before I
can
use them.

So it seems that I could change the jdbc driver to a newer version. I
use the
PostgreSQL 8.1 JDBC3 with SSL (build 407).

Thanks
Andre

On Sep 17, 3:53 pm, robertmh(dot)(dot)(dot)(at)gmail(dot)com (Robert Haas) wrote:
> Uh... that's exactly what they were set to.  The :: stuff is just a
> type-annotation.  Your defaults really are NULL.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2009-09-17 16:55:51 Re: pg_ctl infinite loop and memory leak
Previous Message Tom Lane 2009-09-17 14:38:01 Re: BUG #5062: 8.4.1 compile fails on debian can't find libdl