-
-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I created a user "monitor" and granted read-only access to "test" databases;
GRANT CONNECT ON DATABASE "test" TO monitor; GRANT USAGE ON SCHEMA public TO monitor; GRANT SELECT ON ALL TABLES IN SCHEMA public TO monitor;
Everything works, but RDS has a lot of errors in the logs. Monitor user trying to access the "rdsadmin" database
2025-06-16 11:02:29 UTC:10.153.17.133(37320):monitor@test:[5908]:ERROR: permission denied for database rdsadmin 2025-06-16 11:02:29 UTC:10.153.17.133(37320):monitor@test:[5908]:STATEMENT: SELECT pg_database_size($1)
Can I exclude system database? I haven't found any parameters in values.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request