Privilegios
To check the privileges of user by following:
SELECT * FROM pg_user;
As the same way, to check roles:
SELECT * FROM pg_roles;
El contingut d'aquest lloc web té llicència CC BY-NC-ND 4.0.
©2022-2025 xtec.dev
To check the privileges of user by following:
SELECT * FROM pg_user;
As the same way, to check roles:
SELECT * FROM pg_roles;
El contingut d'aquest lloc web té llicència CC BY-NC-ND 4.0.
©2022-2025 xtec.dev