|
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.18 2002/01/09 16:00:46 momjian Exp $ |
| 6 | +# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_upgrade,v 1.19 2002/01/09 16:08:54 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.
|
|
229 | 229 | fi
|
230 | 230 | done
|
231 | 231 |
|
232 |
| -rm -r data/pg_clog |
233 |
| -mv -f$OLDDIR/pg_clog data |
234 |
| - |
235 | 232 | echo"You must stop/start the postmaster before doing anything else."
|
236 | 233 | echo"You may remove the$OLDDIR directory with 'rm -r$OLDDIR'."
|
237 | 234 |
|
|