Re: DatabaseMetaData.getCatalogs()

From: jason(at)netspade(dot)com
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: DatabaseMetaData.getCatalogs()
Date: 2001-07-08 16:42:54
Message-ID: 533939.994610574558.JavaMail.jason@www2.kc.aoindustries.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

[[[ Original Message from Peter Eisentraut <peter_e(at)gmx(dot)net> ]]]

> jason(at)netspade(dot)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'd like to add. Do I need a cvs username or should I post the code here?

Thanks,
Jason Davies

jason(at)netspade(dot)com

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-07-08 20:16:20 Re: DatabaseMetaData.getCatalogs()
Previous Message Anders Bengtsson 2001-07-08 15:26:57 [PATCH] Cleanup of JDBC character encoding