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