Skip to content

Commit b533b6b

Browse files
committed
tmp remove excessive GRANTs (bloat analysis won't work for now)
1 parent 48daaff commit b533b6b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ create user postgres_ai_mon with password '<password>';
1616
grant connect on database <database_name> to postgres_ai_mon;
1717

1818
grant pg_monitor to postgres_ai_mon;
19-
grant usage on schema public to postgres_ai_mon;
20-
grant select on all tables in schema public to postgres_ai_mon; -- TEMPORARY; TODO: get rid of this
21-
grant select on all sequences in schema public to postgres_ai_mon;
22-
2319
grant select on pg_stat_statements to postgres_ai_mon;
2420
grant select on pg_stat_database to postgres_ai_mon;
2521
grant select on pg_stat_user_tables to postgres_ai_mon;

0 commit comments

Comments
 (0)