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