diff options
| author | Andres Freund <andres@anarazel.de> | 2014-08-25 18:30:46 +0200 |
|---|---|---|
| committer | Andres Freund <andres@anarazel.de> | 2014-08-25 18:30:46 +0200 |
| commit | 10cb39da28afcaf3bedee2a273ea6f7c3336869c (patch) | |
| tree | 8f60d83de42235bb75dedd9e8bd92a6054cda34b /contrib/pg_freespacemap | |
| parent | 7b6407d93d78948e44e81a0328b3b26608db2a00 (diff) | |
Fix typos in some error messages thrown by extension scripts when fed to psql.
Some of the many error messages introduced in 458857cc missed 'FROM
unpackaged'. Also e016b724 and 45ffeb7e forgot to quote extension
version numbers.
Backpatch to 9.1, just like 458857cc which introduced the messages. Do
so because the error messages thrown when the wrong command is copy &
pasted aren't easy to understand.
Diffstat (limited to 'contrib/pg_freespacemap')
| -rw-r--r-- | contrib/pg_freespacemap/pg_freespacemap--unpackaged--1.0.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_freespacemap/pg_freespacemap--unpackaged--1.0.sql b/contrib/pg_freespacemap/pg_freespacemap--unpackaged--1.0.sql index 5e8d7e472ee..86513738001 100644 --- a/contrib/pg_freespacemap/pg_freespacemap--unpackaged--1.0.sql +++ b/contrib/pg_freespacemap/pg_freespacemap--unpackaged--1.0.sql @@ -1,7 +1,7 @@ /* contrib/pg_freespacemap/pg_freespacemap--unpackaged--1.0.sql */ -- complain if script is sourced in psql, rather than via CREATE EXTENSION -\echo Use "CREATE EXTENSION pg_freespacemap" to load this file. \quit +\echo Use "CREATE EXTENSION pg_freespacemap FROM unpackaged" to load this file. \quit ALTER EXTENSION pg_freespacemap ADD function pg_freespace(regclass,bigint); ALTER EXTENSION pg_freespacemap ADD function pg_freespace(regclass); |
