PostgreSQL Permissions helps review permission and access information for a monitored PostgreSQL server. Use it to understand whether Mini DBA has enough access and to support security review.
The Permissions page helps confirm whether the monitored PostgreSQL account can see the system views and metadata needed by Mini DBA. Use it during initial setup, after a permission change, or when a monitoring page appears incomplete.
Start with the monitoring user described in Connect To PostgreSQL. That guide includes SQL examples for creating a role and granting the permissions required for monitoring. If query, wait, database, log, or extension data is missing, compare the feature with the grants assigned to the monitoring role.
Use least privilege wherever possible. A broad superuser account may make setup easier, but it is usually not appropriate for production monitoring. Grant the minimum access that supports the metrics your organization needs, and make changes through your normal security approval process.
No for many monitoring scenarios. Some features may need additional grants or extensions, but a dedicated monitoring role is preferred.
Version, extensions, configuration, cloud provider restrictions, and role grants can all affect visibility.
See Connect To PostgreSQL for role creation, grants, and host OS login notes.
If permissions look incomplete, compare the missing Mini DBA page with the grants in the PostgreSQL connection guide. Add only the permissions required for the metrics you need, then refresh collection and verify the affected page again. Keep a record of the monitoring role grants so future audits can distinguish monitoring access from application access.