mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Changed storage for vector from plain to extended
This commit is contained in:
4
sql/vector--0.3.2--0.4.0.sql
Normal file
4
sql/vector--0.3.2--0.4.0.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- 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
|
||||
|
||||
ALTER TYPE vector SET (STORAGE = extended);
|
||||
Reference in New Issue
Block a user