Re: Wrong column default values - Mailing list pgsql-jdbc

From Andre Rothe
Subject Re: Wrong column default values
Date
Msg-id c905e559-5a4f-48ee-9e6a-04b61fbddeca@o21g2000vbl.googlegroups.com
Whole thread Raw
In response to Wrong column default values  (Andre Rothe <phosco@gmx.de>)
List pgsql-jdbc
That's my own tool, I simply ask the DatabaseMetaData.getColumns()
for the structure of the table and I read the value from COLUMN_DEF
column of the result set.
So it seems, that this is a problem of the JDBC driver. I would never
await an annotation as part of the default value...

Andre

On Sep 18, 10:15 pm, t...@sss.pgh.pa.us (Tom Lane) wrote:
> I'm thinking that this has less to do with what the server thinks
> and more to do with whatever tool the OP is using to examine the
> table ...

pgsql-jdbc by date:

Previous
From: Andre Rothe
Date:
Subject: Re: Wrong column default values
Next
From: Kris Jurka
Date:
Subject: Re: Wrong column default values