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