Privilegios
Esta página todavía no se ha traducido — se muestra en su idioma original:English
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;