Re: getTables() not working for information_schema or pg_catalog

From: Kris Jurka <books(at)ejurka(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: getTables() not working for information_schema or pg_catalog
Date: 2005-11-29 06:09:29
Message-ID: Pine.BSO.4.61.0511290106140.8766@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Martin Keller 2005-11-29 09:48:48 Driver does not report all catalogs
Previous Message Kris Jurka 2005-11-29 05:50:51 Re: pgsql XA with weblogic 8.1?