CDB_Federated_Server_Grant_Access: comment about search_path

This commit is contained in:
Raúl Marín 2019-11-14 18:55:38 +01:00
parent adca727169
commit fa5f0bcbc1

View File

@ -362,6 +362,8 @@ LANGUAGE PLPGSQL IMMUTABLE PARALLEL SAFE;
--
-- Grant access to a server
-- In the future we might consider adding the server's view schema to the role search_path
-- to make it easier to access the created views
--
CREATE OR REPLACE FUNCTION @extschema@.CDB_Federated_Server_Grant_Access(server TEXT, db_role NAME)
RETURNS void