diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-06-08 01:37:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-06-08 01:37:55 +0000 |
commit | 61882d4c3759ac8334f07ff0d46c8cde239bc18c (patch) | |
tree | 303d820956b5bcdd76d9752f3d59bcd1fabcae2a /src | |
parent | f56483490b9a2ac97b7559ee1b2c9f285fef55bd (diff) | |
download | postgresql-61882d4c3759ac8334f07ff0d46c8cde239bc18c.tar.gz postgresql-61882d4c3759ac8334f07ff0d46c8cde239bc18c.zip |
Cleanup
Diffstat (limited to 'src')
-rwxr-xr-x | src/bin/pg_dump/pg_upgrade | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_dump/pg_upgrade b/src/bin/pg_dump/pg_upgrade index 6d54f84f558..f0433feb6ff 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 |