chore(postgres): dump sources and usage in the last like couple of days

This commit is contained in:
Michele Cereda
2025-03-05 08:47:15 +01:00
parent fd4119d6e8
commit b9d1e02133
2 changed files with 3 additions and 0 deletions

View File

@@ -206,6 +206,7 @@ GRANT ALL PRIVILEGES ON foo_table TO jonathan;
GRANT admins TO joe;
GRANT SELECT, INSERT ON foo_table IN SCHEMA public TO kevin;
GRANT SELECT (col1), UPDATE (col1) ON ALL TABLES IN SCHEMA public TO zoe;
ALTER DEFAULT PRIVILEGES IN SCHEMA bar_schema GRANT SELECT ON TABLES TO foo;
-- Close the connection to the current DB