]> granicus.if.org Git - postgresql/commitdiff
Keep pg_upgrade as disabled.
authorBruce Momjian <bruce@momjian.us>
Tue, 15 Jan 2002 05:03:53 +0000 (05:03 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 15 Jan 2002 05:03:53 +0000 (05:03 +0000)
contrib/pg_upgrade/pg_upgrade

index b9bd8a7c4b6d8f9cac5b3cdcd5a9bf00c0e8a955..5186ceb531b71c903c0f58a3400e174b78092ce0 100755 (executable)
@@ -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