8 lines
188 B
MySQL
8 lines
188 B
MySQL
|
-- Verify numerus:add_expense on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('numerus.add_expense(integer, date, integer, text, text, integer[], numerus.tag_name[])', 'execute');
|
||
|
|
||
|
rollback;
|