diff --git a/sql/vector--0.1.6--0.1.7.sql b/sql/vector--0.1.6--0.1.7.sql index 6920b3d..fcd32f4 100644 --- a/sql/vector--0.1.6--0.1.7.sql +++ b/sql/vector--0.1.6--0.1.7.sql @@ -1,5 +1,5 @@ -- complain if script is sourced in psql, rather than via CREATE EXTENSION -\echo Use "ALTER EXTENSION vector UPDATE TO '0.1.6'" to load this file. \quit +\echo Use "ALTER EXTENSION vector UPDATE TO '0.1.7'" to load this file. \quit CREATE FUNCTION array_to_vector(numeric[], integer, boolean) RETURNS vector AS 'MODULE_PATHNAME' LANGUAGE C IMMUTABLE STRICT PARALLEL SAFE;