aboutsummaryrefslogtreecommitdiff
path: root/contrib/hstore/hstore--1.1--1.2.sql
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/hstore/hstore--1.1--1.2.sql')
-rw-r--r--contrib/hstore/hstore--1.1--1.2.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/hstore/hstore--1.1--1.2.sql b/contrib/hstore/hstore--1.1--1.2.sql
index 9c127d44033..a868ffe48e1 100644
--- a/contrib/hstore/hstore--1.1--1.2.sql
+++ b/contrib/hstore/hstore--1.1--1.2.sql
@@ -5,7 +5,7 @@
-- A version of 1.1 was shipped with these objects mistakenly in 9.3.0.
--- Therefore we only add them if we detect that they aren't already there and
+-- Therefore we only add them if we detect that they aren't already there and
-- dependent on the extension.
DO LANGUAGE plpgsql
@@ -26,7 +26,7 @@ BEGIN
AND x.extname = 'hstore';
IF NOT FOUND
- THEN
+ THEN
CREATE FUNCTION hstore_to_json(hstore)
RETURNS json