postgresql/contrib/pgcrypto
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql.
We have seen one too many reports of people trying to use 9.1 extension
files in the old-fashioned way of sourcing them in psql.  Not only does
that usually not work (due to failure to substitute for MODULE_PATHNAME
and/or @extschema@), but if it did work they'd get a collection of loose
objects not an extension.  To prevent this, insert an \echo ... \quit
line that prints a suitable error message into each extension script file,
and teach commands/extension.c to ignore lines starting with \echo.
That should not only prevent any adverse consequences of loading a script
file the wrong way, but make it crystal clear to users that they need to
do it differently now.

Tom Lane, following an idea of Andrew Dunstan's.  Back-patch into 9.1
... there is not going to be much value in this if we wait till 9.2.
2011-10-12 15:45:03 -04:00
..
expected
sql
.gitignore
blf.c
blf.h
crypt-blowfish.c Remove many -Wcast-qual warnings 2011-09-11 21:54:32 +03:00
crypt-des.c Remove many -Wcast-qual warnings 2011-09-11 21:54:32 +03:00
crypt-gensalt.c Remove many -Wcast-qual warnings 2011-09-11 21:54:32 +03:00
crypt-md5.c Remove many -Wcast-qual warnings 2011-09-11 21:54:32 +03:00
fortuna.c
fortuna.h
imath.c
imath.h
internal-sha2.c
internal.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
Makefile
mbuf.c
mbuf.h
md5.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
md5.h
openssl.c
pgcrypto--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
pgcrypto--unpackaged--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
pgcrypto.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
pgcrypto.control
pgcrypto.h
pgp-armor.c
pgp-cfb.c
pgp-compress.c
pgp-decrypt.c
pgp-encrypt.c
pgp-info.c
pgp-mpi-internal.c
pgp-mpi-openssl.c
pgp-mpi.c
pgp-pgsql.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
pgp-pubdec.c
pgp-pubenc.c
pgp-pubkey.c
pgp-s2k.c
pgp.c
pgp.h
px-crypt.c Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). 2011-06-21 14:41:05 -04:00
px-crypt.h
px-hmac.c
px.c
px.h Add missing format attributes 2011-09-10 23:12:46 +03:00
random.c
rijndael.c
rijndael.h
rijndael.tbl
sha1.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
sha1.h
sha2.c
sha2.h