-- Verify camper:zero_pad on pg

begin;

select has_function_privilege('camper.zero_pad(bytea, integer)', 'execute');

rollback;