Re: Connection.setCatalog()

Поиск
Список
Период
Сортировка
От jason@netspade.com
Тема Re: Connection.setCatalog()
Дата
Msg-id 7408068.995572125714.JavaMail.jason@www2.kc.aoindustries.com
обсуждение исходный текст
Ответ на Connection.setCatalog()  (jason@netspade.com)
Ответы Re: Connection.setCatalog()
Re: Connection.setCatalog()
Список pgsql-jdbc
[[[ Original Message from Tom Lane <tgl@sss.pgh.pa.us> ]]]

> Peter Eisentraut <peter_e@gmx.net> writes:
> > Tom Lane writes:
> >> Peter E. has previously commented that Postgres databases correspond
> >> most closely to the SQL concept of "catalog cluster", not "catalog".
>
> > I most certainly did not.  According to my interpretation:
>
> I sit corrected.  If you want to define catalog == database, okay with
> me.
>
>             regards, tom lane

Great, here is a context diff of CVS for implementing the get/setCatalog methods in Connection - note: I've updated
setCatalog(Stringcatalog) from my previous diff so it checks whether it is already connected to the specified catalog. 

Thanks,

Jason Davies

jason@netspade.com

Вложения

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

Предыдущее
От: Anders Bengtsson
Дата:
Сообщение: Re: [PATCHES] Re: [PATCH] Cleanup of JDBC character encoding
Следующее
От: jason@netspade.com
Дата:
Сообщение: DatabaseMetaData.getColumns() - default values