diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-01-29 21:49:17 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-01-29 21:49:17 +0000 |
commit | c120dd263b18adaee01515c9542f583c0ea44074 (patch) | |
tree | bf93d2981db856e5267ddf97eb81b4bd266eb5ac | |
parent | 631d7018df237d24028f255102666f80e6334101 (diff) | |
download | postgresql-c120dd263b18adaee01515c9542f583c0ea44074.tar.gz postgresql-c120dd263b18adaee01515c9542f583c0ea44074.zip |
Update wording for minor release upgrades, per Alvaro.
-rw-r--r-- | doc/src/sgml/installation.sgml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index ad707f8bc3a..b07e694fff9 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.277 2007/01/27 01:27:36 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.278 2007/01/29 21:49:17 momjian Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -385,9 +385,10 @@ su - postgres release of <productname>PostgreSQL</>. Therefore, if you are upgrading 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 you should skip the backup and - restore steps below because they are unnecessary. + data. If you are upgrading from <productname>PostgreSQL</> + <quote>&majorversion;.x</quote>, the new version can use your current + data files so you should skip the backup and restore steps below because + they are unnecessary. </para> <procedure> |