aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-12-15 22:31:04 +0000
committerBruce Momjian <bruce@momjian.us>2003-12-15 22:31:04 +0000
commitc8bcbde63ebadfc620433e5465adc5c7dcf795b4 (patch)
treefb4afd75beed12e29cbaa565c8eb795fabbe67cd
parent7bccfa101ee43de774bba6e3f3629c5db564a87d (diff)
downloadpostgresql-c8bcbde63ebadfc620433e5465adc5c7dcf795b4.tar.gz
postgresql-c8bcbde63ebadfc620433e5465adc5c7dcf795b4.zip
Update INSTALL for 7.4.1.
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 50cc2dcccff..b05f7286bb0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -180,7 +180,7 @@ Substitute your paths appropriately.
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.4, since this version contains
+ "pg_dumpall" command from PostgreSQL 7.4.1, 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 it if you plan to install the new version in parallel
@@ -212,7 +212,7 @@ Substitute your paths appropriately.
mv /usr/local/pgsql /usr/local/pgsql.old
-After you have installed PostgreSQL 7.4, create a new database directory and
+After you have installed PostgreSQL 7.4.1, 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).