Remove cartodb from search path
All calls to the extension functions should, and are, be properly qualified, so there is no need to keep the cartodb schema in the search_path
This commit is contained in:
@@ -30,7 +30,7 @@ $$ LANGUAGE plpgsql
|
||||
VOLATILE
|
||||
PARALLEL UNSAFE
|
||||
SECURITY DEFINER
|
||||
SET search_path = @extschema@, pg_temp;
|
||||
SET search_path = pg_temp;
|
||||
|
||||
-- Creates the trigger on DDL events in order to reassign the owner
|
||||
CREATE OR REPLACE FUNCTION @extschema@.CDB_EnableOAuthReassignTablesTrigger()
|
||||
|
||||
Reference in New Issue
Block a user