tipus/verify/extension_pgcrypto.sql

10 lines
127 B
MySQL
Raw Normal View History

-- Verify tipus:extension_pgcrypto on pg
begin;
select 1 / count(*)
from pg_extension
where extname = 'pgcrypto';
rollback;