diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-08-30 05:09:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-08-30 05:09:03 +0000 |
commit | c458f2219cd42225b2717fed0ffb3111272924ef (patch) | |
tree | 9c87a005b73150e5b65ec8ee736e525df9264a84 | |
parent | c870be659029313eca1416f9bf40a85bf1f239f7 (diff) | |
download | postgresql-c458f2219cd42225b2717fed0ffb3111272924ef.tar.gz postgresql-c458f2219cd42225b2717fed0ffb3111272924ef.zip |
Update INSTALL to mention pg_upgrade.
-rw-r--r-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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: |