Added tests

This commit is contained in:
Mario de Frutos Dieguez
2019-07-03 18:00:57 +02:00
parent fe66b2865a
commit f4be59cae0
3 changed files with 64 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
-- Function that reassign the owner of a table to their ownership_role
CREATE OR REPLACE FUNCTION @extschema.CDB_OAuthReassignTableOwnerOnCreation()
CREATE OR REPLACE FUNCTION @extschema@.CDB_OAuthReassignTableOwnerOnCreation()
RETURNS event_trigger
SECURITY DEFINER
AS $$