numerus/verify/country_i18n.sql

12 lines
144 B
PL/PgSQL

-- Verify numerus:country_i18n on pg
begin;
select country_code
, lang_tag
, name
from numerus.country_i18n
where false;
rollback;