@@ -76,7 +76,7 @@ If You Are Upgrading
76
76
77
77
The internal data storage format changes with new releases of PostgreSQL.
78
78
Therefore, if you are upgrading an existing installation that does not have
79
- a version number "7.1 .x", you must back up and restore your data as shown
79
+ a version number "7.2 .x", you must back up and restore your data as shown
80
80
here. These instructions assume that your existing installation is under the
81
81
/usr/local/pgsql directory, and that the data area is in
82
82
/usr/local/pgsql/data. Substitute your paths appropriately.
@@ -97,7 +97,7 @@ here. These instructions assume that your existing installation is under the
97
97
do this.
98
98
99
99
Make sure that you use the pg_dumpall command from the version you are
100
- currently running. 7.1 's pg_dumpall should not be used on older
100
+ currently running. 7.2 's pg_dumpall should not be used on older
101
101
databases.
102
102
103
103
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
125
125
126
126
mv /usr/local/pgsql /usr/local/pgsql.old
127
127
128
- After you have installed PostgreSQL 7.1 , create a new database directory and
128
+ After you have installed PostgreSQL 7.2 , create a new database directory and
129
129
start the new server. Remember that you must execute these commands while
130
130
logged in to the special database user account (which you already have if
131
131
you are upgrading).
@@ -736,7 +736,7 @@ tests pass.
736
736
737
737
Unsupported Platforms. The following platforms have not been verified to
738
738
work. Platforms listed for version 6.3.x and later should also work with
739
- 7.1 , but we did not receive explicit confirmation of such at the time this
739
+ 7.2 , but we did not receive explicit confirmation of such at the time this
740
740
list was compiled. We include these here to let you know that these
741
741
platforms could be supported if given some attention.
742
742
0 commit comments