Re: pgpool

From: Geoffrey <lists(at)serioustechnology(dot)com>
To: Gerd Koenig <koenig(at)transporeon(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pgpool
Date: 2010-06-21 13:35:36
Message-ID: 4C1F6AA8.5070207@serioustechnology.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gerd Koenig wrote:
> 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

What parameter in the config file is this? I can't seem to locate it?

> * 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?
>

--
Until later, Geoffrey

"I predict future happiness for America if they can prevent
the government from wasting the labors of the people under
the pretense of taking care of them."
- Thomas Jefferson

In response to

  • Re: pgpool at 2010-06-21 12:26:21 from Gerd Koenig

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Geoffrey 2010-06-21 13:42:04 Re: pgpool
Previous Message Cédric Villemain 2010-06-21 13:13:33 Re: Inserting additional data into pg_statistics