postgresql/contrib/pg_upgrade
2002-01-18 04:38:46 +00:00
..
pg_upgrade Enable /contrib/pg_upgrade, mention little testing. 2002-01-18 04:38:46 +00:00
pg_upgrade.1 Manual page improvements. 2002-01-15 05:41:55 +00:00
README Enable /contrib/pg_upgrade, mention little testing. 2002-01-18 04:38:46 +00:00

                                 pg_upgrade

This is a version of pg_upgrade which will migrate a 7.1 database to
7.2, or allow a 7.2 to 7.2 migration if you need to perform an initdb. 
It has been only lightly tested.  Please report any problems to the
PostgreSQL lists.

Read the manual page for more information.  To view it:

	nroff -man pg_upgrade.1 | $PAGER

Bruce Momjian

2002-01-14