-- Verify numerus:remove_expense on pg
begin;
select has_function_privilege('numerus.remove_expense(uuid)', 'execute');
rollback;