File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 2
2
-- but it's blocked by bug 37906
3
3
SELECT * FROM pglogical_regress_variables()
4
4
\gset
5
+ \c :provider_dsn
6
+ SET client_min_messages = 'warning';
7
+ DROP USER IF EXISTS nonsuper;
8
+ DROP USER IF EXISTS super;
9
+ CREATE USER nonsuper WITH replication;
10
+ CREATE USER super SUPERUSER;
11
+ \c :subscriber_dsn
5
12
SET client_min_messages = 'warning';
6
13
DROP USER IF EXISTS nonsuper;
7
14
DROP USER IF EXISTS super;
Original file line number Diff line number Diff line change 3
3
SELECT * FROM pglogical_regress_variables()
4
4
\gset
5
5
6
+ \c :provider_dsn
7
+ SET client_min_messages = ' warning' ;
8
+ DROP USER IF EXISTS nonsuper;
9
+ DROP USER IF EXISTS super;
10
+
11
+ CREATE USER nonsuper WITH replication;
12
+ CREATE USER super SUPERUSER;
13
+
14
+ \c :subscriber_dsn
6
15
SET client_min_messages = ' warning' ;
7
16
DROP USER IF EXISTS nonsuper;
8
17
DROP USER IF EXISTS super;
You can’t perform that action at this time.
0 commit comments