Create 55-function-grant-all.sql
This commit is contained in:
9
helper/55-function-grant-all.sql
Normal file
9
helper/55-function-grant-all.sql
Normal 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user