numerus/verify/add_payment_account_other.sql

8 lines
164 B
PL/PgSQL

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