We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a636b7c commit e6eb075Copy full SHA for e6eb075
README.md
@@ -101,7 +101,7 @@ grant select on pg_stat_user_tables to postgres_ai_mon;
101
grant select on pg_stat_user_indexes to postgres_ai_mon;
102
grant select on pg_index to postgres_ai_mon;
103
104
--- Create a public view for pg_statistic access (required for bloat metrics on user schemas)
+-- Create a public view for pg_statistic access (optional, for bloat analysis)
105
create view public.pg_statistic as
106
select
107
n.nspname as schemaname,
0 commit comments