"George Francis" <g...@liquidpoint.com> writes:
> I am trying to recover my lost password for my SU account and am having
> trouble.

> I edited the pg_hba.conf file and added the line "local all all trust".

> I then stopped and restarted the service and still get prompted to login
> when entering psql.

> How can I do this so that I can change my password for the "postgres" user?

This is not a bug, and there are more appropriate forums for asking for
this type of help.  However ... the problem with adding an entry for
"local" is that it's for Unix-socket connections, and there's no such
thing on Windows.  You need to adjust the entry for 127.0.0.1 to say
"trust", instead.  Otherwise it sounds like you are going at it the
right way.

                        regards, tom lane

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

Reply via email to