Re: Proxy for postgres

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Proxy for postgres
Дата
Msg-id 4A8598FB.4040301@hogranch.com
обсуждение исходный текст
Ответ на Proxy for postgres  (Martin Spinassi <martins.listz@gmail.com>)
Ответы Re: Proxy for postgres
Список pgsql-general
Martin Spinassi wrote:
> I'm searching for something to use as a proxy for different instances of
> postgres.
> ...
> So the question is, what can I use as a proxy queries to different
> instances of postgres?
>

perhaps if you better defined what you mean by 'proxy queries'... a
'proxy' is simply something authorized to act for another, and can mean
many different things in computing.

if your app needs to query different databases, it can simply open
different connections to each of them.

if your app needs to execute queries that join data stored in different
databases, then there's really no solution that performs very well.





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

Предыдущее
От: Said Ramirez
Дата:
Сообщение: Re: Proxy for postgres
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: Function doesn't work properly