Fixed API test cases.

pull/41/head
Pradip Parkale 2021-02-15 18:29:49 +05:30 committed by Akshay Joshi
parent 3fc0cc3e92
commit e5a91d30bf
3 changed files with 2 additions and 6 deletions

View File

@ -0,0 +1,2 @@
SELECT subpublications AS pub FROM pg_subscription
WHERE subname = '{{subname}}';

View File

@ -1138,9 +1138,6 @@ CREATE PUBLICATION with_one_table_in_target
FOR TABLE test_schema_diff.table_for_publication_in_target
WITH (publish = 'insert, delete');
ALTER PUBLICATION with_one_table_in_target
OWNER TO managers;
ALTER PUBLICATION with_one_table_in_target
RENAME TO with_one_table_in_target_alter;

View File

@ -1069,9 +1069,6 @@ CREATE PUBLICATION with_one_table_in_target
FOR TABLE test_schema_diff.table_for_publication_in_target
WITH (publish = 'insert, delete');
ALTER PUBLICATION with_one_table_in_target
OWNER TO managers;
ALTER PUBLICATION with_one_table_in_target
RENAME TO with_one_table_in_target_alter;