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