chatai/postgres_15.8.1.044/migrations/tests/extensions/28-pgvector.sql

4 lines
81 B
PL/PgSQL

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