From 61882d4c3759ac8334f07ff0d46c8cde239bc18c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 8 Jun 1999 01:37:55 +0000 Subject: [PATCH] Cleanup --- src/bin/pg_dump/pg_upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/pg_dump/pg_upgrade b/src/bin/pg_dump/pg_upgrade index 6d54f84f55..f0433feb6f 100755 --- a/src/bin/pg_dump/pg_upgrade +++ b/src/bin/pg_dump/pg_upgrade @@ -2,6 +2,7 @@ # # 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