-- Verify camper:add_service on pg

begin;

select has_function_privilege('camper.add_service(integer, text, text, text)', 'execute');

rollback;