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 c184d51 commit b1ab74cCopy full SHA for b1ab74c
README.md
@@ -39,7 +39,7 @@ Failure to secure these ports may expose sensitive database information!
39
Create a new DB user in database to be monitored (skip this if you want just to check out `postgres_ai` monitoring with a synthetic `demo` database):
40
```sql
41
-- Create a user for Postgres AI monitoring
42
-begin
+begin;
43
create user postgres_ai_mon with password '<password>';
44
45
grant connect on database <database_name> to postgres_ai_mon;
@@ -66,7 +66,7 @@ where a.attnum > 0 and not a.attisdropped;
66
67
grant select on public.pg_statistic to pg_monitor;
68
alter user postgres_ai_mon set search_path = "$user", public, pg_catalog;
69
-commit
+commit;
70
```
71
72
**One command setup:**
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments