Re: pgpool

Поиск
Список
Период
Сортировка
От Gerd Koenig
Тема Re: pgpool
Дата
Msg-id 201006211426.21590.koenig@transporeon.com
обсуждение исходный текст
Ответ на pgpool  (Geoffrey <lists@serioustechnology.com>)
Ответы Re: pgpool  (Geoffrey <lists@serioustechnology.com>)
Re: pgpool  (Geoffrey <lists@serioustechnology.com>)
Список pgsql-general
Hi Geoffrey,

you do not need to connect to your database directly, just connect to pgpool
itself.
e.g.: your database runs on port 5434, pgpool runs on port 5432
=>
* pgpool has to be configured in that way that it connects to the database on
port 5434
* you/your app's should connect to the server where pgpool is running on port
5432 (the connection to the database is established by pgpool)

hth...::GERD::...


On Monday, June 21, 2010 02:10:22 pm Geoffrey wrote:
> So, I've got it installed, and tweaked the configuration, but I simply
> can not figure out how to connect to my databases via pgpool.  Is this
> simply transparent?  I don't see how.
>
> So I have a postmaster running on port 5434, how do I connect to that
> database via pgpool?  I simply can not find this piece of info in the docs?

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

Предыдущее
От: Geoffrey
Дата:
Сообщение: pgpool
Следующее
От: Ravi Katkar
Дата:
Сообщение: disable password prompt - command line