numerus/verify/country_code.sql

8 lines
128 B
PL/PgSQL

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