-- Verify camper:translate_season on pg

begin;

select has_function_privilege('camper.translate_season(uuid, text, text)', 'execute');

rollback;