aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-08-30 05:09:03 +0000
committerBruce Momjian <bruce@momjian.us>1998-08-30 05:09:03 +0000
commitc458f2219cd42225b2717fed0ffb3111272924ef (patch)
tree9c87a005b73150e5b65ec8ee736e525df9264a84
parentc870be659029313eca1416f9bf40a85bf1f239f7 (diff)
downloadpostgresql-c458f2219cd42225b2717fed0ffb3111272924ef.tar.gz
postgresql-c458f2219cd42225b2717fed0ffb3111272924ef.zip
Update INSTALL to mention pg_upgrade.
-rw-r--r--INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 281d70e731d..adbf347b149 100644
--- a/INSTALL
+++ b/INSTALL
@@ -71,8 +71,9 @@ you may reduce this to about 3 Mbytes plus space for user databases.
To those upgrading from PostgreSQL 6.3.*:
----------------------------------------
-A dump/restore is required for those running 6.3.*. pg_dumpall can help
-with this task.
+A dump/restore is required for those running 6.3.*, or you can use the
+new pg_upgrade command to upgrade your data files without
+dumping/loading them. See the new pg_upgrade manual page.
To those doing a fresh install or upgrading from previous releases of
PostgreSQL: