Disable pg_upgrade for 6.5.

This commit is contained in:
Bruce Momjian 1999-06-08 01:32:05 +00:00
parent 505b2ecdf4
commit f56483490b
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
#
# pg_upgrade: update a database without needing a full dump/reload cycle
# CAUTION: read the manual page before trying to use this!
echo "pg_upgrade is disabled in this release because the on-disk structure" 1>&2
echo "of the tables has changed compared to previous releases." 1>&2
exit 1
trap "rm -f /tmp/$$" 0 1 2 3 15