numerus/verify/edit_payment_account_other.sql

8 lines
163 B
PL/PgSQL

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