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