diff --git a/helper/55-function-grant-all.sql b/helper/55-function-grant-all.sql new file mode 100644 index 0000000..e682ba3 --- /dev/null +++ b/helper/55-function-grant-all.sql @@ -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; + +