Re: Wrong column default values

Поиск
Список
Период
Сортировка
От Andre Rothe
Тема Re: Wrong column default values
Дата
Msg-id c905e559-5a4f-48ee-9e6a-04b61fbddeca@o21g2000vbl.googlegroups.com
обсуждение исходный текст
Ответ на Wrong column default values  (Andre Rothe <phosco@gmx.de>)
Список 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 по дате отправления:

Предыдущее
От: Andre Rothe
Дата:
Сообщение: Re: Wrong column default values
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Wrong column default values