Re: Programatically switching database

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Programatically switching database
Дата
Msg-id Pine.LNX.4.44.0311151735470.5327-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Programatically switching database  (ow <oneway_111@yahoo.com>)
Ответы Re: Programatically switching database
Re: Programatically switching database
Список pgsql-sql
ow writes:

> That's the whole point: I'm trying to avoid maintaining *separate* connection
> pools for each db. In other words, instead of having, say, 5 connection pools
> to 5 dbs with total of 1000 connections, I could've used just one (1) pool with
> 200 connections, if there was a way to "switch db" (or to do a cross-db query).

I'm afraid that what you want to do is not possible.  Perhaps you want to
organize your data into schemas, not databases.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: ow
Дата:
Сообщение: Re: Programatically switching database
Следующее
От: Guillaume LELARGE
Дата:
Сообщение: Re: Getting last insert value