Re: [Pgbouncer-general] Again, problem with pgbouncer

From: Marko Kreen <markokr(at)gmail(dot)com>
To: Phoenix Kiula <phoenix(dot)kiula(at)gmail(dot)com>
Cc: raghu ram <raghuchennuru(at)gmail(dot)com>, pgbouncer-general(at)pgfoundry(dot)org, PG-General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: [Pgbouncer-general] Again, problem with pgbouncer
Date: 2012-10-08 08:03:40
Message-ID: CACMqXC+AOutVxYPWrjuS5AopHTmE-2sExRa=-sXkOTY+XivbQg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Oct 2, 2012 at 12:27 PM, Phoenix Kiula <phoenix(dot)kiula(at)gmail(dot)com> wrote:
> I get this error:
>
> psql: ERROR: No such user: MYSITE_MYSITE
>
> And yet, the authfile has this:
>
> "MYSITE_MYSITE" "<md5 of raw password>"
> "MYSITE_MYSITE" "<raw password>"
> "postgres" "<md5 of string>"
> "MYSITE_pgbouncer" ""

Because of data sanitizing I cannot see actual problem,
but few hints:

- Don't give one username several times (pgbouncer uses just one of them)
- Usernames are case-sensitive
- Username max length is 63 chars

--
marko

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marko Kreen 2012-10-08 08:05:54 Re: [Pgbouncer-general] Again, problem with pgbouncer
Previous Message Albe Laurenz 2012-10-08 07:45:50 Re: postgres 9.1 pgsql_tmp directory location of specific database?