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