On Tue, Oct 2, 2012 at 12:27 PM, Phoenix Kiula <phoenix.ki...@gmail.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


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to