chatai/postgres_15.8.1.044/migrations/tests/extensions/29-pg_tle.sql

5 lines
113 B
PL/PgSQL

BEGIN;
create schema if not exists "pgtle";
create extension if not exists pg_tle with schema "pgtle";
ROLLBACK;