Skip to content

Commit e6eb075

Browse files
Dementii PriadkoNikolayS
andcommitted
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Nikolay Samokhvalov <nik@postgres.ai>
1 parent a636b7c commit e6eb075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ grant select on pg_stat_user_tables to postgres_ai_mon;
101101
grant select on pg_stat_user_indexes to postgres_ai_mon;
102102
grant select on pg_index to postgres_ai_mon;
103103

104-
-- Create a public view for pg_statistic access (required for bloat metrics on user schemas)
104+
-- Create a public view for pg_statistic access (optional, for bloat analysis)
105105
create view public.pg_statistic as
106106
select
107107
n.nspname as schemaname,

0 commit comments

Comments
 (0)