Files
pgvector/sql/vector--0.3.2--0.4.0.sql
2022-12-23 19:16:44 -08:00

6 lines
226 B
SQL

-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "ALTER EXTENSION vector UPDATE TO '0.4.0'" to load this file. \quit
-- requires Postgres 13+
-- ALTER TYPE vector SET (STORAGE = extended);