I have install Postgres 9.3 with pgAdmin form EnterpriseDB on ubuntu,
that is working fine . i create user name is postgres and password is also postgres .
then install odoo 8 from bitnami after that my postgres 9.3 (previous) server is not connecting and giving following error :
PostgreSQL: Role postgres does not exist
This type of error came when System User don't have access rights to start Odoo server/ Postgres server.
To avoid those kind issue, we should alter role for System User.
Try with this: