On postgresql, there is the openerp user, it gives the possiblity to interact with postgres via user interface. I want to get the password.
On shell, I went to psql template1, and I performed :
select passwd from pg_user where usename = 'openerp';
but the password is crypted, is there any way to know the uncrypted password ?