diff options
Diffstat (limited to 'contrib/test_parser/test_parser--unpackaged--1.0.sql')
-rw-r--r-- | contrib/test_parser/test_parser--unpackaged--1.0.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/test_parser/test_parser--unpackaged--1.0.sql b/contrib/test_parser/test_parser--unpackaged--1.0.sql index 34120f2346b..62458bd2c68 100644 --- a/contrib/test_parser/test_parser--unpackaged--1.0.sql +++ b/contrib/test_parser/test_parser--unpackaged--1.0.sql @@ -1,7 +1,7 @@ /* contrib/test_parser/test_parser--unpackaged--1.0.sql */ -- complain if script is sourced in psql, rather than via CREATE EXTENSION -\echo Use "CREATE EXTENSION test_parser" to load this file. \quit +\echo Use "CREATE EXTENSION test_parser FROM unpackaged" to load this file. \quit ALTER EXTENSION test_parser ADD function testprs_start(internal,integer); ALTER EXTENSION test_parser ADD function testprs_getlexeme(internal,internal,internal); |