Driver does not report all catalogs - Mailing list pgsql-jdbc

From Martin Keller
Subject Driver does not report all catalogs
Date
Msg-id 438C2400.50900@unitedplanet.de
Whole thread Raw
Responses Re: Driver does not report all catalogs  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Hi,

newer versions of the PostgreSQL JDBC driver don't return all databases
of the server when calling DatabaseMetaData.getCatalogs(...).
Can anyone tell me, why this change was neccessary? It's incompatible to
JDBC spec and brakes existing code.

Regards,
Martin


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: getTables() not working for information_schema or pg_catalog
Next
From: Jan de Visser
Date:
Subject: Re: pgsql XA with weblogic 8.1?