File tree Expand file tree Collapse file tree 3 files changed +2
-80
lines changed Expand file tree Collapse file tree 3 files changed +2
-80
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ GRANT ALL ON ALL TABLES IN SCHEMA pglogical TO nonreplica;
10
10
\c :subscriber_dsn
11
11
SET client_min_messages = 'warning';
12
12
\set VERBOSITY terse
13
+ CREATE EXTENSION IF NOT EXISTS pglogical;
13
14
-- fail (local node not existing)
14
15
SELECT * FROM pglogical.create_subscription(
15
16
subscription_name := 'test_subscription',
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ GRANT ALL ON ALL TABLES IN SCHEMA pglogical TO nonreplica;
13
13
\c :subscriber_dsn
14
14
SET client_min_messages = ' warning' ;
15
15
\set VERBOSITY terse
16
+ CREATE EXTENSION IF NOT EXISTS pglogical;
16
17
17
18
-- fail (local node not existing)
18
19
SELECT * FROM pglogical .create_subscription (
You can’t perform that action at this time.
0 commit comments