|
3 | 3 | # pg_upgrade: update a database without needing a full dump/reload cycle.
|
4 | 4 | # CAUTION: Read the manual page before trying to use this!
|
5 | 5 |
|
6 |
| -# $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.6 2002/01/15 05:03:25 momjian Exp $ |
| 6 | +# $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.7 2002/01/15 05:03:53 momjian Exp $ |
7 | 7 | #
|
8 | 8 | # To migrate this to newer versions of PostgreSQL:
|
9 | 9 | #1) Update the version numbers at the top of the file
|
|
14 | 14 | #set -x
|
15 | 15 |
|
16 | 16 | # Set this to "Y" to enable this program
|
17 |
| -ENABLE="Y" |
| 17 | +ENABLE="N" |
18 | 18 |
|
19 | 19 | if ["$ENABLE"!="Y" ]
|
20 | 20 | then
|
|