From 6f9e39bc9993c18686f0950f9b9657c7c97c7450 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Fri, 19 Jul 2013 04:13:01 +0900 Subject: Fix typo in update scripts for some contrib modules. --- contrib/pgrowlocks/pgrowlocks--1.0--1.1.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/pgrowlocks') 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); -- cgit v1.2.3