Initial implementation of CDB_Federated_Table_Register

This commit is contained in:
Raul Marin
2019-10-30 11:40:35 +01:00
parent 77868a541d
commit a26b96347a
6 changed files with 275 additions and 8 deletions

View File

@@ -209,7 +209,7 @@ BEGIN
EXECUTE FORMAT ('CREATE USER MAPPING FOR public SERVER %I', server_internal);
EXCEPTION WHEN OTHERS THEN
RAISE EXCEPTION 'Could not create server %: %', server, SQLERRM
USING HINT = 'Please clean the remaining objects"';
USING HINT = 'Please clean the left over objects';
END;
END IF;