add some grants

This commit is contained in:
Paul Reeves 2023-01-23 15:43:39 +01:00
parent 7ec0b3b03a
commit 740c7e58c8
2 changed files with 6 additions and 0 deletions

View File

@ -14,3 +14,6 @@ create or alter function flagged (
returns integer
external name 'my_first_udr_kit!MFK_flagged!How is this function used?' engine udr;
-- Add some grants here perhaps?
grant execute on function div to public;
grant execute on function flagged to public;

View File

@ -44,3 +44,6 @@ end ^
set term ;^
grant execute on package my_first_udr_kit to public;