mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +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:
@ -1,7 +1,7 @@
|
||||
/* contrib/btree_gist/btree_gist--unpackaged--1.0.sql */
|
||||
|
||||
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
|
||||
\echo Use "CREATE EXTENSION btree_gist" to load this file. \quit
|
||||
\echo Use "CREATE EXTENSION btree_gist FROM unpackaged" to load this file. \quit
|
||||
|
||||
ALTER EXTENSION btree_gist ADD type gbtreekey4;
|
||||
ALTER EXTENSION btree_gist ADD function gbtreekey4_in(cstring);
|
||||
|
Reference in New Issue
Block a user