DatabaseMetaData.getCatalogs() - Mailing list pgsql-jdbc

From jason@netspade.com
Subject DatabaseMetaData.getCatalogs()
Date
Msg-id 200107062233.f66MXjR27722@www2.kc.aoindustries.com
Whole thread Raw
List pgsql-jdbc
Hi,

Is there a reason why getCatalogs() is not supported in the JDBC driver? First of all, what is the definition of a
catalog?The MySQL JDBC driver simply returns a list of the databases so a simple select datname from pg_database; would
dothe same thing. However there is probably a reason for this and I would be grateful if you would explain.
 

I'm writing a database admin tool and so far I've made my own Connector class to implement things like this.

Thanks,
Jason Davies

jason@netspade.com


pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: Patch to remove connection hook and JDK 1.3 dependencies
Next
From: Anders Bengtsson
Date:
Subject: [PATCH] Cleanup of JDBC character encoding