@@ -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:
197197mv /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).