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 48daaff commit b533b6bCopy full SHA for b533b6b
README.md
@@ -16,10 +16,6 @@ create user postgres_ai_mon with password '<password>';
16
grant connect on database <database_name> to postgres_ai_mon;
17
18
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
-
23
grant select on pg_stat_statements to postgres_ai_mon;
24
grant select on pg_stat_database to postgres_ai_mon;
25
grant select on pg_stat_user_tables to postgres_ai_mon;
0 commit comments