Changed storage for vector from extended to external

This commit is contained in:
Andrew Kane
2024-01-23 00:00:12 -08:00
parent 083008c21e
commit 3ace98add6
4 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
-- 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);