Update INSTALL to mention pg_upgrade.
authorBruce Momjian
Sun, 30 Aug 1998 05:09:03 +0000 (05:09 +0000)
committerBruce Momjian
Sun, 30 Aug 1998 05:09:03 +0000 (05:09 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 281d70e731db480d4a7d4b8a4d8a7b6471495c46..adbf347b14962e0aba53a02d19d018264047c32b 100644 (file)
--- 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: