-- Verify numerus:add_payment_account_other on pg
begin;
select has_function_privilege('numerus.add_payment_account_other(integer, text)', 'execute');
rollback;