Re: DatabaseMetaData.getCatalogs()

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: jason(at)netspade(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: DatabaseMetaData.getCatalogs()
Date: 2001-07-08 20:16:20
Message-ID: 200107082016.f68KGKS22544@candle.pha.pa.us
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?

Just send over a context diff patch, either against 7.1.2 or CVS.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message jason 2001-07-08 21:41:15 Re: DatabaseMetaData.getCatalogs()
Previous Message jason 2001-07-08 16:42:54 Re: DatabaseMetaData.getCatalogs()