Password Encryption In PostgreSQL | by PAWAN SHARMA | Medium
postgres=# create user pgtest with password 'password12345';
postgres=# select rolpassword from pg_authid where rolname='pgtest';
— Permalink
postgres=# create user pgtest with password 'password12345';
postgres=# select rolpassword from pg_authid where rolname='pgtest';