-- Verify camper:order_services on pg
begin;
select has_function_privilege('camper.order_services(integer[])', 'execute');
rollback;