numerus/verify/remove_payment.sql

8 lines
133 B
PL/PgSQL

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