From: | Amitabh Kant <amitabhkant(at)gmail(dot)com> |
---|---|
To: | Tomas Vondra <tv(at)fuzzy(dot)cz> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Installed. Now what? |
Date: | 2011-11-20 05:57:34 |
Message-ID: | CAPTAQBLP-4Yfoc=2uXH1JG5s0KFe9DDJngHxPMQYenc8Rk04BA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Sun, Nov 20, 2011 at 12:12 PM, Tomas Vondra <tv(at)fuzzy(dot)cz> wrote:
> Dne 20.11.2011 04:21, Phoenix Kiula napsal(a):
> <snip>
> My guess is that you actually require a password when connecting to the
> database, but you haven't specified a password in the pgbouncer.ini
> file. You have to specify it in the MYDB line, i.e. something like
>
> [databases]
> MYDB = host=127.0.0.1 dbname=MYDB user=MYUSER client_encoding=utf8
> port=5432 password='mypassword'
>
>
> The auth_file is used only for connecting to the pgbouncer, it's not
> forwarded to the database server - the pgbouncer opens the connection on
> behalf of the users, and you may actually have a completely different
> users on the connection pooler.
>
> Tomas
>
>
I just checked my pgbouncer config file, and ye it does require a password
in the db connection line.
Amitabh
From | Date | Subject | |
---|---|---|---|
Next Message | Tomas Vondra | 2011-11-20 06:11:09 | Re: Huge number of INSERTs |
Previous Message | Tomas Vondra | 2011-11-20 05:33:44 | Re: Huge number of INSERTs |