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