mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
6 lines
243 B
SQL
6 lines
243 B
SQL
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
|
|
\echo Use "ALTER EXTENSION vector UPDATE TO '0.6.0'" to load this file. \quit
|
|
|
|
-- remove this single line for Postgres < 13
|
|
ALTER TYPE vector SET (STORAGE = external);
|