|
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/src/bin/pg_dump/Attic/pg_upgrade,v 1.30 2002/01/13 01:13:59 momjian Exp $ |
| 6 | +# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_upgrade,v 1.31 2002/01/13 01:22:27 momjian Exp $ |
7 | 7 | #
|
8 | 8 | # NOTE: we must be sure to update the version-checking code a few dozen lines
|
9 | 9 | # below for each new PostgreSQL release.
|
10 | 10 |
|
11 |
| -set -x |
| 11 | +#set -x |
12 | 12 |
|
13 | 13 | # Set this to "Y" to enable this program
|
14 |
| -ENABLE="Y" |
| 14 | +ENABLE="N" |
15 | 15 |
|
16 | 16 | # UPGRADE_VERSION is the expected old database version
|
17 | 17 | UPGRADE_VERSION="7.1"
|
|