Re: DatabaseMetaData.getCatalogs() - Mailing list pgsql-jdbc

From jason@netspade.com
Subject Re: DatabaseMetaData.getCatalogs()
Date
Msg-id 533939.994610574558.JavaMail.jason@www2.kc.aoindustries.com
Whole thread Raw
In response to DatabaseMetaData.getCatalogs()  (jason@netspade.com)
Responses Re: DatabaseMetaData.getCatalogs()  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-jdbc
[[[ Original Message from Peter Eisentraut <peter_e@gmx.net> ]]]

> jason@netspade.com writes:
>
> > 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 do
> the same thing. However there is probably a reason for this and I would be grateful
> if you would explain.
>
> It is as of three minutes ago.

Thanks a lot :) How can I help with coding the JDBC classes? I have some code for getting table privileges etc. which
I'dlike to add. Do I need a cvs username or should I post the code here? 

Thanks,
Jason Davies

jason@netspade.com

pgsql-jdbc by date:

Previous
From: Anders Bengtsson
Date:
Subject: [PATCH] Cleanup of JDBC character encoding
Next
From: Bruce Momjian
Date:
Subject: Re: DatabaseMetaData.getCatalogs()