To check the privileges of user by following:
SELECT * FROM pg_user;As the same way, to check roles:
SELECT * FROM pg_roles;To check the privileges of user by following:
SELECT * FROM pg_user;As the same way, to check roles:
SELECT * FROM pg_roles;