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