add some grants
This commit is contained in:
parent
7ec0b3b03a
commit
740c7e58c8
@ -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;
|
||||
|
@ -44,3 +44,6 @@ end ^
|
||||
|
||||
|
||||
set term ;^
|
||||
|
||||
|
||||
grant execute on package my_first_udr_kit to public;
|
||||
|
Loading…
Reference in New Issue
Block a user