CDB_Federated_Server_Unregister: Better error handling

This commit is contained in:
Raul Marin
2019-10-29 12:24:54 +01:00
parent f285c806fc
commit 1375894e99
4 changed files with 13 additions and 6 deletions

View File

@@ -38,6 +38,8 @@ SELECT '2.1', cartodb.CDB_Federated_Server_Register_PG(server := 'myRemote2'::te
}
}'::jsonb);
SELECT '2.2', cartodb.CDB_Federated_Server_List_Servers();
-- Check that CDB_Federated_Server_List_Servers works with name
SELECT '2.3', cartodb.CDB_Federated_Server_List_Servers(server := 'myRemote');
-- Re-register the second server