GIve a user access to read stats
Allowing a user access to stats
GRANT pg_read_all_stats TO <username>;
eg.
GRANT pg_read_all_stats TO local;
Allowing a user access to stats
GRANT pg_read_all_stats TO <username>;
eg.
GRANT pg_read_all_stats TO local;