2.0
authorTeodor Sigaev <teodor@sigaev.ru>
Fri, 7 Mar 2014 12:05:07 +0000 (16:05 +0400)
committerTeodor Sigaev <teodor@sigaev.ru>
Fri, 7 Mar 2014 12:05:07 +0000 (16:05 +0400)
Makefile
hstore--1.2--2.0.sql [moved from hstore--1.2--1.3.sql with 99% similarity]
hstore--2.0.sql [moved from hstore--1.3.sql with 99% similarity]
hstore.control

index 125a29b..d8c035c 100644 (file)
--- 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
 
similarity index 99%
rename from hstore--1.2--1.3.sql
rename to hstore--1.2--2.0.sql
index 13e310b..f2aebae 100644 (file)
@@ -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
similarity index 99%
rename from hstore--1.3.sql
rename to hstore--2.0.sql
index 24e0b4b..bacdfa4 100644 (file)
@@ -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
index dcc3b68..de76e2b 100644 (file)
@@ -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