May 17, 2026, 11:40 PM
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
SELECT table_schema,
|
||||
table_name,
|
||||
grantee,
|
||||
privilege_type
|
||||
FROM information_schema.role_table_grants
|
||||
WHERE table_schema NOT IN ('information_schema', 'pg_catalog')
|
||||
ORDER BY table_schema, table_name, grantee;
|
||||
Reference in New Issue
Block a user