Re: alter user does not changes password

From: dima <_pppp(at)mail(dot)ru>
To: Lucas Brasilino <brasilino(at)recife(dot)pe(dot)gov(dot)br>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: alter user does not changes password
Date: 2002-10-01 14:49:57
Message-ID: 3D99B615.1020504@mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> alter user camara with password 'canabis!';
>
> but when I try to connect:
>
> $ psql -U camara dbcamara;
>
> User "camara" logs with no password!!!! If I use -W option of psql
> It prompts for password and I can enter whatever I want... it accepts!
>
> It must be a feature.. not a bug... I know I'm making a mistake..
> but.. where??

can you quote pg_hba.conf (without comments naturally) here?

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2002-10-01 14:52:01 Re: alter user does not changes password
Previous Message Lucas Brasilino 2002-10-01 14:46:18 alter user does not changes password