chatai/postgres_15.8.1.044/migrations/tests/extensions/20-pg_stat_monitor.sql

4 lines
90 B
PL/PgSQL

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