When I installed odoo 9, I created a user named odoo(not a superuser). Using this user I can create and delete the database.
But when I am trying to back up my database, it shows no owner pg_dump. I am little confused about this situation. I tried to change the privilege of odoo user to superuser using the command "alter user 'odoo' with superuser"; but it does not alter the role.
How can I give all privileges to my odoo user-backup, restore etc...?