summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-10-23 16:40:14 +0000
committerBruce Momjian <bruce@momjian.us>2003-10-23 16:40:14 +0000
commit9059d82770ed132bfb04337ef8ddcb96d53d6d89 (patch)
tree8973ae0bef082e94eaf7186764f4a0a020f43ab8 /INSTALL
parent747df1a35e5f9997e8d61a5d8bc3e0c62dbddb60 (diff)
downloadpostgresql-9059d82770ed132bfb04337ef8ddcb96d53d6d89.tar.gz
Update INSTALL to say beta5.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 1a62ee7bf9..456b722185 100644
--- a/INSTALL
+++ b/INSTALL
@@ -170,7 +170,7 @@ pg_dumpall > outputfile
if you need to do this.
To make the backup, you can use the "pg_dumpall" command from the
version you are currently running. For best results, however, try
- to use the "pg_dumpall" command from PostgreSQL 7.4beta4, since
+ to use the "pg_dumpall" command from PostgreSQL 7.4beta5, since
this version contains bug fixes and improvements over older
versions. While this advice might seem idiosyncratic since you
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`
like this:
mv /usr/local/pgsql /usr/local/pgsql.old
- After you have installed PostgreSQL 7.4beta4, create a new database
+ After you have installed PostgreSQL 7.4beta5, 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).