WIP: Add CDB_Federated_Server_Unregister

This commit is contained in:
Raul Marin
2019-10-28 18:34:46 +01:00
parent eb02ca4d86
commit acf1f2dbd4
4 changed files with 137 additions and 22 deletions

View File

@@ -0,0 +1,12 @@
1.3|
1.4|(myRemote,postgres_fdw,localhost,5432,,read-only,fdw_user)
2.1|
2.2|(myRemote,postgres_fdw,localhost,5432,,read-only,fdw_user)
2.2|(myRemote2,postgres_fdw,localhost,5432,fdw_target,read-only,fdw_user)
4.1|
4.2|(myRemote2,postgres_fdw,localhost,5432,fdw_target,read-only,fdw_user)
ERROR: server "cdb_fs_doesNotExist" does not exist
CONTEXT: SQL statement "DROP SERVER "cdb_fs_doesNotExist" CASCADE"
PL/pgSQL function cdb_federated_server_unregister(text) line 5 at EXECUTE
5.2|(myRemote2,postgres_fdw,localhost,5432,fdw_target,read-only,fdw_user)
6.1|