Add old includes
This commit is contained in:
10
helper/50-function-revoke-all.sql
Normal file
10
helper/50-function-revoke-all.sql
Normal file
@ -0,0 +1,10 @@
|
||||
--
|
||||
-- Revoke all from function, set Owner
|
||||
--
|
||||
|
||||
|
||||
ALTER FUNCTION :schema.:function OWNER TO :owner;
|
||||
REVOKE ALL ON FUNCTION :schema.:function FROM PUBLIC;
|
||||
REVOKE ALL ON FUNCTION :schema.:function FROM current_user;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user