-- Verify camper:color on pg

begin;

select pg_catalog.has_type_privilege('camper.color', 'usage');

rollback;