Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9059d82

Browse files
committed
Update INSTALL to say beta5.
1 parent 747df1a commit 9059d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ pg_dumpall > outputfile
170170
if you need to do this.
171171
To make the backup, you can use the "pg_dumpall" command from the
172172
version you are currently running. For best results, however, try
173-
to use the "pg_dumpall" command from PostgreSQL 7.4beta4, since
173+
to use the "pg_dumpall" command from PostgreSQL 7.4beta5, since
174174
this version contains bug fixes and improvements over older
175175
versions. While this advice might seem idiosyncratic since you
176176
haven't installed the new version yet, it is advisable to follow
@@ -196,7 +196,7 @@ kill -INT `cat /usr/local/pgsql/data/postmaster.pid`
196196
like this:
197197
mv /usr/local/pgsql /usr/local/pgsql.old
198198

199-
After you have installed PostgreSQL 7.4beta4, create a new database
199+
After you have installed PostgreSQL 7.4beta5, create a new database
200200
directory and start the new server. Remember that you must execute
201201
these commands while logged in to the special database user account
202202
(which you already have if you are upgrading).

0 commit comments

Comments
 (0)