mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed API test cases.
This commit is contained in:
committed by
Akshay Joshi
parent
3fc0cc3e92
commit
e5a91d30bf
@@ -0,0 +1,2 @@
|
|||||||
|
SELECT subpublications AS pub FROM pg_subscription
|
||||||
|
WHERE subname = '{{subname}}';
|
||||||
@@ -1138,9 +1138,6 @@ CREATE PUBLICATION with_one_table_in_target
|
|||||||
FOR TABLE test_schema_diff.table_for_publication_in_target
|
FOR TABLE test_schema_diff.table_for_publication_in_target
|
||||||
WITH (publish = 'insert, delete');
|
WITH (publish = 'insert, delete');
|
||||||
|
|
||||||
ALTER PUBLICATION with_one_table_in_target
|
|
||||||
OWNER TO managers;
|
|
||||||
|
|
||||||
ALTER PUBLICATION with_one_table_in_target
|
ALTER PUBLICATION with_one_table_in_target
|
||||||
RENAME TO with_one_table_in_target_alter;
|
RENAME TO with_one_table_in_target_alter;
|
||||||
|
|
||||||
|
|||||||
@@ -1069,9 +1069,6 @@ CREATE PUBLICATION with_one_table_in_target
|
|||||||
FOR TABLE test_schema_diff.table_for_publication_in_target
|
FOR TABLE test_schema_diff.table_for_publication_in_target
|
||||||
WITH (publish = 'insert, delete');
|
WITH (publish = 'insert, delete');
|
||||||
|
|
||||||
ALTER PUBLICATION with_one_table_in_target
|
|
||||||
OWNER TO managers;
|
|
||||||
|
|
||||||
ALTER PUBLICATION with_one_table_in_target
|
ALTER PUBLICATION with_one_table_in_target
|
||||||
RENAME TO with_one_table_in_target_alter;
|
RENAME TO with_one_table_in_target_alter;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user