I have installed PostgreSQL 8.4, Postgres client and Pgadmin 3. Authentication failed for user \"postgres\" for both console client and Pgadmin. I have typed user as \"postg
I hope this will help you short of time. You can change the password of postgres sql by using bellow command.
sudo -u postgres psql
And next you can update the password
Alter user postgres password 'YOUR_NEW_PASSWORD';