-- Verify camper:extension_citext on pg

begin;

select 1 / count(*)
from pg_extension
where extname = 'citext'
;

rollback;