Added upgrade instructions for 0.4.0 [skip ci]

This commit is contained in:
Andrew Kane
2023-01-11 11:32:47 -08:00
parent 0111ffffbd
commit ec415bf5c4
3 changed files with 13 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
-- 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
-- comment out this single line for Postgres < 13
-- remove this single line for Postgres < 13
ALTER TYPE vector SET (STORAGE = extended);
CREATE FUNCTION vector_accum(double precision[], vector) RETURNS double precision[]