Create 55-function-grant-all.sql

This commit is contained in:
Alvar C.H. Freude
2024-04-01 20:15:40 +02:00
parent 73a9b81eba
commit 712b07118c

View File

@ -0,0 +1,9 @@
--
-- Siehe Kommentar in 50--revoke-all-functions.sql
-- hier dazu: alle User dürfen aufrufen
--
\ir 50-function-revoke-all.sql
GRANT EXECUTE ON FUNCTION :schema.:function TO :users;