Re: getTables not returning 10 columns etc

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: getTables not returning 10 columns etc
Дата
Msg-id CADK3HHJfjz398zbbL2zZKRtiz1A6boez=U5mHXPDG8EhCMi==g@mail.gmail.com
обсуждение исходный текст
Ответ на getTables not returning 10 columns etc  (the6campbells <the6campbells@gmail.com>)
Список pgsql-jdbc
On Thu, Dec 8, 2011 at 8:10 PM, the6campbells <the6campbells@gmail.com> wrote:
> Is there any documentation that list for the all get* methods etc
> where it is by design intent that the PG JDBC driver may not have a
> result set with all the columns as documented in the JDBC docs?
>
> For example getTables has 10 columns and the PG driver returns 5 or
> the documentation uses upper case names such as TABLE_CAT but PG
> driver returns lower case names etc.

Which documentation ? By default postgres uses lower case names.

You would have to provide a test case for use to diagnose this further.
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc

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

Предыдущее
От: the6campbells
Дата:
Сообщение: getTables not returning 10 columns etc
Следующее
От: the6campbells
Дата:
Сообщение: Re: getTables not returning 10 columns etc