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