Re: about pgpool question

From: Hannes Dorbath <light(at)theendofthetunnel(dot)de>
To: "Charles(dot)Hou" <ivan(dot)hou(at)msa(dot)hinet(dot)net>
Subject: Re: about pgpool question
Date: 2007-09-20 07:11:32
Message-ID: 46F21D24.7000200@theendofthetunnel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 20.09.2007 04:34, Charles.Hou wrote:
> i have installed the pgpool in the server and start it. but how can i
> know it's working? i means that the clients connected to the database
> by the pgpool.

Well, read the documentation, configure pgpool to listen on 5432 - or
whatever your PG instance was listening on. Then configure PG to listen
on some other port and tell pgpool about it. Limit connections to PG to
localhost in pg_hba.conf, restart. If in doubt, strace it.

--
Regards,
Hannes Dorbath

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Phoenix Kiula 2007-09-20 07:49:40 Re: Stuck on Foreign Keys
Previous Message Ow Mun Heng 2007-09-20 06:02:30 Re: keeping 3 tables in sync w/ each other