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 ce02f87 commit a43416bCopy full SHA for a43416b
cli/sql/01.role.sql
@@ -1,4 +1,15 @@
1
-- Role creation / password update (template-filled by cli/lib/init.ts)
2
+--
3
+-- Example expansions (for readability/review):
4
+-- create user "postgres_ai_mon" with password '...';
5
+-- alter user "postgres_ai_mon" with password '...';
6
+-- do $$ begin
7
+-- if not exists (select 1 from pg_catalog.pg_roles where rolname = 'postgres_ai_mon') then
8
9
+-- else
10
11
+-- end if;
12
+-- end $$;
13
{{ROLE_STMT}}
14
15
0 commit comments