aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/hstore/Makefile2
-rw-r--r--contrib/hstore/hstore--1.0--1.1.sql7
2 files changed, 1 insertions, 8 deletions
diff --git a/contrib/hstore/Makefile b/contrib/hstore/Makefile
index 872ca03cd1f..72376d90076 100644
--- a/contrib/hstore/Makefile
+++ b/contrib/hstore/Makefile
@@ -15,7 +15,7 @@ DATA = hstore--1.4.sql \
hstore--1.5--1.6.sql \
hstore--1.4--1.5.sql \
hstore--1.3--1.4.sql hstore--1.2--1.3.sql \
- hstore--1.1--1.2.sql hstore--1.0--1.1.sql
+ hstore--1.1--1.2.sql
PGFILEDESC = "hstore - key/value pair data type"
HEADERS = hstore.h
diff --git a/contrib/hstore/hstore--1.0--1.1.sql b/contrib/hstore/hstore--1.0--1.1.sql
deleted file mode 100644
index 4e32a575c5f..00000000000
--- a/contrib/hstore/hstore--1.0--1.1.sql
+++ /dev/null
@@ -1,7 +0,0 @@
-/* contrib/hstore/hstore--1.0--1.1.sql */
-
--- complain if script is sourced in psql, rather than via ALTER EXTENSION
-\echo Use "ALTER EXTENSION hstore UPDATE TO '1.1'" to load this file. \quit
-
-ALTER EXTENSION hstore DROP OPERATOR => (text, text);
-DROP OPERATOR => (text, text);