aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-12-18 16:30:07 +0000
committerBruce Momjian <bruce@momjian.us>2000-12-18 16:30:07 +0000
commitc431db9714bfca24f05fd301ae2f027f83689e4f (patch)
tree8a0325e5a19bc43ebf9dc68c52fc76b93074ef18 /src
parent77145ac824651c8541bdee5475e38e4077a20cb7 (diff)
downloadpostgresql-c431db9714bfca24f05fd301ae2f027f83689e4f.tar.gz
postgresql-c431db9714bfca24f05fd301ae2f027f83689e4f.zip
Updates for 7.1 branding.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/bin/pg_dump/pg_upgrade5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bin/pg_dump/pg_upgrade b/src/bin/pg_dump/pg_upgrade
index 4ee00cbe2fb..91cdb37667e 100755
--- a/src/bin/pg_dump/pg_upgrade
+++ b/src/bin/pg_dump/pg_upgrade
@@ -3,7 +3,7 @@
# pg_upgrade: update a database without needing a full dump/reload cycle.
# CAUTION: read the manual page before trying to use this!
-# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_upgrade,v 1.15 2000/05/05 03:08:20 tgl Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_upgrade,v 1.16 2000/12/18 16:30:07 momjian Exp $
#
# NOTE: we must be sure to update the version-checking code a few dozen lines
# below for each new PostgreSQL release.
@@ -93,8 +93,7 @@ fi
# looks uglier but is more flexible.
case "$SRCVERSION" in
- 6.5) ;;
- 7.0) ;;
+# 7.0) ;;
*) echo "Sorry, `basename $0` cannot upgrade database version $SRCVERSION to $DESTVERSION." 1>&2
echo "The on-disk structure of tables has changed." 1>&2
echo "You will need to dump and restore using pg_dump." 1>&2