numerus/verify/edit_payment_account_card.sql

8 lines
173 B
PL/PgSQL

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