chatai/postgres_15.8.1.044/migrations/tests/extensions/24-pgroonga.sql

4 lines
83 B
PL/PgSQL

BEGIN;
create extension if not exists pgroonga with schema "extensions";
ROLLBACK;