diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-01-13 01:22:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-01-13 01:22:27 +0000 |
commit | 9be030fbeb75b90cb2a0f0d335479c141968dfe8 (patch) | |
tree | 58d175d6f71613916c11db828747cb9fb63f5b55 | |
parent | 5b2ebe95e944f9d93b030e513eaa24127c9abab2 (diff) | |
download | postgresql-9be030fbeb75b90cb2a0f0d335479c141968dfe8.tar.gz postgresql-9be030fbeb75b90cb2a0f0d335479c141968dfe8.zip |
Keep it disabled.
-rwxr-xr-x | src/bin/pg_dump/pg_upgrade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/pg_dump/pg_upgrade b/src/bin/pg_dump/pg_upgrade index 808928f960e..dcf93a64360 100755 --- a/src/bin/pg_dump/pg_upgrade +++ b/src/bin/pg_dump/pg_upgrade @@ -3,15 +3,15 @@ # 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.30 2002/01/13 01:13:59 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_upgrade,v 1.31 2002/01/13 01:22:27 momjian Exp $ # # NOTE: we must be sure to update the version-checking code a few dozen lines # below for each new PostgreSQL release. -set -x +#set -x # Set this to "Y" to enable this program -ENABLE="Y" +ENABLE="N" # UPGRADE_VERSION is the expected old database version UPGRADE_VERSION="7.1" |