Re: DatabaseMetaData.getCatalogs()

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: DatabaseMetaData.getCatalogs()
Дата
Msg-id 200107082016.f68KGKS22544@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: DatabaseMetaData.getCatalogs()  (jason@netspade.com)
Список 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? 

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

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

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: jason@netspade.com
Дата:
Сообщение: Re: DatabaseMetaData.getCatalogs()
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: DatabaseMetaData.getCatalogs()