mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 23:26:55 +08:00
Fixed script for Postgres < 13 [skip ci]
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
|
-- 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
|
\echo Use "ALTER EXTENSION vector UPDATE TO '0.4.0'" to load this file. \quit
|
||||||
|
|
||||||
ALTER TYPE vector SET (STORAGE = extended);
|
-- requires Postgres 13+
|
||||||
|
-- ALTER TYPE vector SET (STORAGE = extended);
|
||||||
|
|||||||
Reference in New Issue
Block a user