mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Fix typos in some error messages thrown by extension scripts when fed to psql.
Some of the many error messages introduced in458857cc
missed 'FROM unpackaged'. Alsoe016b724
and45ffeb7e
forgot to quote extension version numbers. Backpatch to 9.1, just like458857cc
which introduced the messages. Do so because the error messages thrown when the wrong command is copy & pasted aren't easy to understand.
This commit is contained in:
contrib
btree_gin
btree_gist
chkpass
citext
cube
dblink
dict_int
dict_xsyn
earthdistance
fuzzystrmatch
hstore
intagg
intarray
isn
lo
ltree
pageinspect
pg_buffercache
pg_freespacemap
pg_stat_statements
pg_trgm
pgcrypto
pgrowlocks
pgstattuple
seg
spi
autoinc--unpackaged--1.0.sqlinsert_username--unpackaged--1.0.sqlmoddatetime--unpackaged--1.0.sqlrefint--unpackaged--1.0.sqltimetravel--unpackaged--1.0.sql
sslinfo
tablefunc
test_parser
tsearch2
unaccent
uuid-ossp
xml2
@ -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);
|
||||
|
Reference in New Issue
Block a user