From: Teodor Sigaev Date: Fri, 7 Mar 2014 12:05:07 +0000 (+0400) Subject: 2.0 X-Git-Url: http://www.sigaev.ru/git/gitweb.cgi?p=hstore.git;a=commitdiff_plain;h=30d94aa1c41e556a47c856538843e8572f7e08b1 2.0 --- diff --git a/Makefile b/Makefile index 125a29b..d8c035c 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ OBJS = hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o hstore_compat.o \ hstore_gram.o hstore_support.o EXTENSION = hstore -DATA = hstore--1.3.sql hstore--1.0--1.1.sql hstore--1.1--1.2.sql \ - hstore--1.2--1.3.sql hstore--unpackaged--1.0.sql +DATA = hstore--2.0.sql hstore--1.0--1.1.sql hstore--1.1--1.2.sql \ + hstore--1.2--2.0.sql hstore--unpackaged--1.0.sql REGRESS = hstore nested types diff --git a/hstore--1.2--1.3.sql b/hstore--1.2--2.0.sql similarity index 99% rename from hstore--1.2--1.3.sql rename to hstore--1.2--2.0.sql index 13e310b..f2aebae 100644 --- a/hstore--1.2--1.3.sql +++ b/hstore--1.2--2.0.sql @@ -1,4 +1,4 @@ -/* contrib/hstore/hstore--1.2--1.3.sql */ +/* contrib/hstore/hstore--1.2--2.0.sql */ -- complain if script is sourced in psql, rather than via CREATE EXTENSION \echo Use "ALTER EXTENSION hstore UPDATE TO '1.2'" to load this file. \quit diff --git a/hstore--1.3.sql b/hstore--2.0.sql similarity index 99% rename from hstore--1.3.sql rename to hstore--2.0.sql index 24e0b4b..bacdfa4 100644 --- a/hstore--1.3.sql +++ b/hstore--2.0.sql @@ -1,4 +1,4 @@ -/* contrib/hstore/hstore--1.3.sql */ +/* contrib/hstore/hstore--2.0.sql */ -- complain if script is sourced in psql, rather than via CREATE EXTENSION \echo Use "CREATE EXTENSION hstore" to load this file. \quit diff --git a/hstore.control b/hstore.control index dcc3b68..de76e2b 100644 --- a/hstore.control +++ b/hstore.control @@ -1,5 +1,5 @@ # hstore extension comment = 'data type for storing sets of (key, value) pairs' -default_version = '1.3' +default_version = '2.0' module_pathname = '$libdir/hstore' relocatable = true