diff options
Diffstat (limited to 'contrib/ltree/ltree--unpackaged--1.0.sql')
| -rw-r--r-- | contrib/ltree/ltree--unpackaged--1.0.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ltree/ltree--unpackaged--1.0.sql b/contrib/ltree/ltree--unpackaged--1.0.sql index 1e24fa56c6..30a94c2fc5 100644 --- a/contrib/ltree/ltree--unpackaged--1.0.sql +++ b/contrib/ltree/ltree--unpackaged--1.0.sql @@ -1,7 +1,7 @@ /* contrib/ltree/ltree--unpackaged--1.0.sql */ -- complain if script is sourced in psql, rather than via CREATE EXTENSION -\echo Use "CREATE EXTENSION ltree" to load this file. \quit +\echo Use "CREATE EXTENSION ltree FROM unpackaged" to load this file. \quit ALTER EXTENSION ltree ADD type ltree; ALTER EXTENSION ltree ADD function ltree_in(cstring); |
