8 lines
123 B
MySQL
8 lines
123 B
MySQL
|
-- Verify numerus:extension_citext on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select 1/count(*) from pg_extension where extname = 'citext';
|
||
|
|
||
|
rollback;
|