mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Changed storage for vector from extended to external
This commit is contained in:
@@ -26,7 +26,7 @@ CREATE TYPE vector (
|
||||
TYPMOD_IN = vector_typmod_in,
|
||||
RECEIVE = vector_recv,
|
||||
SEND = vector_send,
|
||||
STORAGE = extended
|
||||
STORAGE = external
|
||||
);
|
||||
|
||||
-- functions
|
||||
|
||||
Reference in New Issue
Block a user