Re: getTables() not working for information_schema or pg_catalog

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: getTables() not working for information_schema or pg_catalog
Дата
Msg-id Pine.BSO.4.61.0511290106140.8766@leary.csoft.net
обсуждение исходный текст
Ответ на Re: getTables() not working for information_schema or pg_catalog  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc

On Fri, 25 Nov 2005, Kris Jurka wrote:

> The usage of null as the last parameter for table types makes the driver
> return only the default table types, not all of getTableTypes().  Things like
> "SYSTEM TABLE" are not included in the default list so this is why you get
> nothing from information_schema and pg_catalog.  Re-reading the javadoc, it
> says "types - a list of table types to include; null returns all types".  So
> clearly we're in violation of that.  Will look at a fix.
>

Fixed in cvs for 8.0, 8.1, and HEAD.

Kris Jurka

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: pgsql XA with weblogic 8.1?
Следующее
От: Martin Keller
Дата:
Сообщение: Driver does not report all catalogs