-- Verify camper:translation on pg
begin;
select pg_catalog.has_type_privilege('camper.translation', 'usage');
rollback;