Re: alter user does not changes password

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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:52:01
Message-ID: 24874.1033483921@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Lucas Brasilino <brasilino(at)recife(dot)pe(dot)gov(dot)br> writes:
> but when I try to connect:
> $ psql -U camara dbcamara;
> User "camara" logs with no password!!!!

Did you adjust pg_hba.conf to require password authentication?
If so, did you SIGHUP the postmaster after changing the file?

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Roland Roberts 2002-10-01 17:43:02 Re: [GENERAL] arrays
Previous Message dima 2002-10-01 14:49:57 Re: alter user does not changes password