Privilegios
Aquesta pàgina encara no s'ha traduït — es mostra en l'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;