diff options
Diffstat (limited to 'contrib/pgrowlocks')
-rw-r--r-- | contrib/pgrowlocks/pgrowlocks--1.0--1.1.sql | 4 |
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); |