"insufficient privilege" when accessing pg_stat_statements #20126
Locked
canumula
announced in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you see the error "insufficient privilege" when accessing pg_stat_statements or when accessing Query Performance Report, it means that the Postgres role does not have required permissions.
In this case, you can run the below command to allow the Postgres role to read all statistics from the system:
Beta Was this translation helpful? Give feedback.
All reactions