Is it possible to change password through pg_auth?
I am developing a VM where may be necessary to reset passwords through
a web interface, without having postgresql actually running.
If the users are already set in the database, can the passwords be
changed by adding their md5 encoding to pg_auth?
Is there a fixed salt for the md5 encoding?