diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-01-27 01:27:36 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-01-27 01:27:36 +0000 |
commit | 27552ce5405f0435355e62740be64a34b84b6aca (patch) | |
tree | 1fe6ba0691d71b84bed2ba04034306f0964e031d | |
parent | adef25e5ea90f53556de7db197e9dee25eaa804c (diff) | |
download | postgresql-27552ce5405f0435355e62740be64a34b84b6aca.tar.gz postgresql-27552ce5405f0435355e62740be64a34b84b6aca.zip |
Update installation wording for an upgrade to state that dump/restore
should not be done, per Peter.
-rw-r--r-- | doc/src/sgml/installation.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 719e9c1fca7..ad707f8bc3a 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.276 2007/01/26 22:52:50 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.277 2007/01/27 01:27:36 momjian Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -386,8 +386,8 @@ su - postgres an existing installation that does not have a version number of <quote>&majorversion;.x</quote>, you must back up and restore your data. If you are upgrading from the same major version, the new version - can use your current data files, so a backup and restore is optional. - If you wish to avoid the backup/restore, merely skip those steps below. + can use your current data files so you should skip the backup and + restore steps below because they are unnecessary. </para> <procedure> |