Re: alter user does not changes password - Mailing list pgsql-sql

From dima
Subject Re: alter user does not changes password
Date
Msg-id 3D99B615.1020504@mail.ru
Whole thread Raw
In response to alter user does not changes password  (Lucas Brasilino <brasilino@recife.pe.gov.br>)
List 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?





pgsql-sql by date:

Previous
From: Lucas Brasilino
Date:
Subject: alter user does not changes password
Next
From: Tom Lane
Date:
Subject: Re: alter user does not changes password