diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-01-15 05:03:53 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-01-15 05:03:53 +0000 |
commit | a73517cb8cfed25054870a72993ec49bf787d517 (patch) | |
tree | 0d07e1bdcae36114d105e95b09aa6be7d85e3683 | |
parent | 19cba1a775bb516da0eb85efb12ca01a8da213ce (diff) | |
download | postgresql-a73517cb8cfed25054870a72993ec49bf787d517.tar.gz postgresql-a73517cb8cfed25054870a72993ec49bf787d517.zip |
Keep pg_upgrade as disabled.
-rwxr-xr-x | contrib/pg_upgrade/pg_upgrade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_upgrade/pg_upgrade b/contrib/pg_upgrade/pg_upgrade index b9bd8a7c4b6..5186ceb531b 100755 --- a/contrib/pg_upgrade/pg_upgrade +++ b/contrib/pg_upgrade/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/contrib/pg_upgrade/Attic/pg_upgrade,v 1.6 2002/01/15 05:03:25 momjian Exp $ +# $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.7 2002/01/15 05:03:53 momjian Exp $ # # To migrate this to newer versions of PostgreSQL: # 1) Update the version numbers at the top of the file @@ -14,7 +14,7 @@ #set -x # Set this to "Y" to enable this program -ENABLE="Y" +ENABLE="N" if [ "$ENABLE" != "Y" ] then |