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