summaryrefslogtreecommitdiff
path: root/contrib/pgrowlocks
diff options
context:
space:
mode:
authorFujii Masao2013-07-18 19:13:01 +0000
committerFujii Masao2013-07-18 19:13:01 +0000
commit6f9e39bc9993c18686f0950f9b9657c7c97c7450 (patch)
treecf188e56748234fc120750a3febbc0e52c49c4b4 /contrib/pgrowlocks
parent1dc118660b8f12d3bdec94b6f6e1068966ca62e9 (diff)
Fix typo in update scripts for some contrib modules.
Diffstat (limited to 'contrib/pgrowlocks')
-rw-r--r--contrib/pgrowlocks/pgrowlocks--1.0--1.1.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pgrowlocks/pgrowlocks--1.0--1.1.sql b/contrib/pgrowlocks/pgrowlocks--1.0--1.1.sql
index d98cd807cae..3d5ca34c086 100644
--- a/contrib/pgrowlocks/pgrowlocks--1.0--1.1.sql
+++ b/contrib/pgrowlocks/pgrowlocks--1.0--1.1.sql
@@ -1,7 +1,7 @@
/* contrib/pgrowlocks/pgrowlocks--1.0--1.1.sql */
--- complain if script is sourced in psql, rather than via CREATE EXTENSION
-\echo Use "CREATE EXTENSION pgrowlocks" to load this file. \quit
+-- complain if script is sourced in psql, rather than via ALTER EXTENSION
+\echo Use "ALTER EXTENSION pgrowlocks UPDATE TO '1.1'" to load this file. \quit
ALTER EXTENSION pgrowlocks DROP FUNCTION pgrowlocks(text);
DROP FUNCTION pgrowlocks(text);