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