-- Verify camper:extension_vat on pg

begin;

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

rollback;