Add old includes

This commit is contained in:
Alvar C.H. Freude
2024-03-30 00:45:40 +01:00
parent a7d23a21ed
commit 8d5d979cba
13 changed files with 208 additions and 0 deletions

View 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;