Re: CREATE USER ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: CRI74 - Fabien Combernous <fc-tech(at)cri74(dot)fr>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: CREATE USER ...
Date: 2004-12-16 16:25:46
Message-ID: 25288.1103214346@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

CRI74 - Fabien Combernous <fc-tech(at)cri74(dot)fr> writes:
> template1=# CREATE USER sympa WITH UNENCRYPTED PASSWORD 'kiki'
> NOCREATEDB NOCREATEUSER;
> CREATE USER
> template1=# \c - sympa
> Password:
> FATAL 1: Password authentication failed for user "sympa"

Perhaps you did this inside a BEGIN block, and forgot to COMMIT?

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2004-12-16 16:41:47 Re: Notifications
Previous Message Tom Lane 2004-12-16 16:19:22 Re: robust way of moving tables to a different disk??