Re: getTables() not working for information_schema or pg_catalog - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: getTables() not working for information_schema or pg_catalog
Date
Msg-id Pine.BSO.4.61.0511290106140.8766@leary.csoft.net
Whole thread Raw
In response to Re: getTables() not working for information_schema or pg_catalog  (Kris Jurka <books@ejurka.com>)
List 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 by date:

Previous
From: Kris Jurka
Date:
Subject: Re: pgsql XA with weblogic 8.1?
Next
From: Martin Keller
Date:
Subject: Driver does not report all catalogs