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