See recent response
- Original Message -
From: aka...@sce.carleton.ca
To: pgadmin-support@postgresql.org
Sent: Tuesday, April 9, 2013 6:31:48 AM
Subject: [pgadmin-support] Password Needed
Hello,
Please i have installed postgresql according to the tutorial in
http://www.postgresqlt
You will need to modify the pg_hba.conf
find the line
local all postgres peer
change the peer (access mode) to trust
Save the pg_hba.conf and restart the postgresql server
>From a sql shell window type
ALTER ROLE postgres with password 'enter new password' --don't forget the
single tics