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