Skip to content

Commit d23a678

Browse files
ok
1 parent e02a829 commit d23a678

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
do $$
22
begin
33

4-
-- begin
5-
-- create role owner superuser createdb login bypassrls;
6-
-- exception when duplicate_object then
7-
-- null;
8-
-- end;
4+
begin
5+
create role owner superuser createdb login bypassrls;
6+
exception when duplicate_object then
7+
null;
8+
end;
99

10-
-- begin
11-
-- create role test_login login;
12-
-- exception when duplicate_object then
13-
-- null;
14-
-- end;
10+
begin
11+
create role test_login login;
12+
exception when duplicate_object then
13+
null;
14+
end;
1515

16-
-- begin
17-
-- create role test_nologin;
18-
-- exception when duplicate_object then
19-
-- null;
20-
-- end;
16+
begin
17+
create role test_nologin;
18+
exception when duplicate_object then
19+
null;
20+
end;
2121

2222
end
2323
$$;

0 commit comments

Comments
 (0)