
May 8th, 2012, 03:20 PM
|
|
Registered User
|
|
Join Date: May 2012
Posts: 14
Time spent in forums: 4 h 20 m 33 sec
Reputation Power: 0
|
|
|
Hi,
It sounds like you have not yet set a password for the postgres user.
Once you're at the postgres=# prompt, enter this:
ALTER USER Postgres WITH PASSWORD '<newpassword>';
Replace the <newpassword> with whatever you want your password to be.
After that, the postgres user should requite authentication.
Joe
|