CREATE USER <role name>;
ALTER USER <role name> <option>;
// superuser 권한
ALTER USER cha with superuser;
ALTER USER cha with PASSWORD <pwd>;
[change pg_user pwd] https://stackoverflow.com/questions/12720967/how-can-i-change-a-postgresql-user-password