diff options
| author | Bruce Momjian <bruce@momjian.us> | 2001-10-01 17:46:46 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2001-10-01 17:46:46 +0000 |
| commit | 735594ff088bf140c6d451a240ba93185a855bf4 (patch) | |
| tree | 543b663eae274d14992769aa5e49fd7dbf91f78d /INSTALL | |
| parent | 87fd2dbe7c43505c5e38a67bfd9d72a8c6633ced (diff) | |
| download | postgresql-735594ff088bf140c6d451a240ba93185a855bf4.tar.gz | |
Update docs for 7.2 mention where appropriate.
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -76,7 +76,7 @@ If You Are Upgrading The internal data storage format changes with new releases of PostgreSQL. Therefore, if you are upgrading an existing installation that does not have -a version number "7.1.x", you must back up and restore your data as shown +a version number "7.2.x", you must back up and restore your data as shown here. These instructions assume that your existing installation is under the /usr/local/pgsql directory, and that the data area is in /usr/local/pgsql/data. Substitute your paths appropriately. @@ -97,7 +97,7 @@ here. These instructions assume that your existing installation is under the do this. Make sure that you use the pg_dumpall command from the version you are - currently running. 7.1's pg_dumpall should not be used on older + currently running. 7.2's pg_dumpall should not be used on older databases. 3. If you are installing the new version at the same location as the old @@ -125,7 +125,7 @@ here. These instructions assume that your existing installation is under the mv /usr/local/pgsql /usr/local/pgsql.old -After you have installed PostgreSQL 7.1, create a new database directory and +After you have installed PostgreSQL 7.2, create a new database directory and start the new server. Remember that you must execute these commands while logged in to the special database user account (which you already have if you are upgrading). @@ -736,7 +736,7 @@ tests pass. Unsupported Platforms. The following platforms have not been verified to work. Platforms listed for version 6.3.x and later should also work with -7.1, but we did not receive explicit confirmation of such at the time this +7.2, but we did not receive explicit confirmation of such at the time this list was compiled. We include these here to let you know that these platforms could be supported if given some attention. |
