Re: Wrong default values of columns

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Wrong default values of columns
Дата
Msg-id 603c8f070909171041j51442992jf8973e705091df4@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Wrong default values of columns  (Andre Rothe <phosco@gmx.de>)
Ответы Re: Wrong default values of columns  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On Thu, Sep 17, 2009 at 10:44 AM, Andre Rothe <phosco@gmx.de> wrote:
> 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.

That sounds annoying, but it's not a PostgreSQL bug.

> 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).

I don't really know anything about the JDBC driver, but the closest
thing I see here:

http://jdbc.postgresql.org/download/

...is a link to
http://jdbc.postgresql.org/download/postgresql-8.1-407.jdbc3.jar, with
a date of 23-May-2006.  So yeah, updating might be a good idea.  If
you're still on PG 8.1, updating that might be a REALLY good idea,
though it probably won't do anything for you on this particular issue.

I would suggest asking on pgsql-jdbc; not too many jdbc folks reading
this list, AFAICT.

...Robert

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_ctl infinite loop and memory leak
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Wrong default values of columns