]> granicus.if.org Git - postgresql/commitdiff
Backpatch: Fix typo in update scripts for some contrib modules.
authorFujii Masao <fujii@postgresql.org>
Mon, 25 Aug 2014 16:30:48 +0000 (18:30 +0200)
committerAndres Freund <andres@anarazel.de>
Mon, 25 Aug 2014 16:30:48 +0000 (18:30 +0200)
Backpatch as discussed in 20140702192641.GD22738@awork2.anarazel.de
ff. as the error messages are user facing and possibly confusing.

Original commit: 6f9e39bc9993c18686f0950f9b9657c7c97c7450

contrib/hstore/hstore--1.0--1.1.sql
contrib/pg_stat_statements/pg_stat_statements--1.0--1.1.sql

index 3027ecfaa18785a04a7508a9c2eb112ffd069b12..4e32a575c5f6845311e584bfe07f914c79b8431e 100644 (file)
@@ -1,6 +1,6 @@
 /* contrib/hstore/hstore--1.0--1.1.sql */
 
--- complain if script is sourced in psql, rather than via CREATE EXTENSION
+-- 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);
index 5662273e16ead8312471d81b26dae7b6843eece8..5be281ea47a47f5b042be072ba273de0ba9361eb 100644 (file)
@@ -1,7 +1,7 @@
 /* contrib/pg_stat_statements/pg_stat_statements--1.0--1.1.sql */
 
 -- complain if script is sourced in psql, rather than via ALTER EXTENSION
-\echo Use "ALTER EXTENSION pg_stat_statements UPDATE" to load this file. \quit
+\echo Use "ALTER EXTENSION pg_stat_statements UPDATE TO '1.1'" to load this file. \quit
 
 /* First we have to remove them from the extension */
 ALTER EXTENSION pg_stat_statements DROP VIEW pg_stat_statements;