better late than never?
Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
Index: INSTALL
===================================================================
RCS file: /projects/cvsroot/pgsql-server/INSTALL,v
retrieving revision 1.91
diff -c -r1.91 INSTALL
*** INSTALL 4 Oct 2003 03:14:13 -0000 1.91
--- INSTALL 23 Oct 2003 12:21:34 -0000
***************
*** 170,176 ****
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
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
--- 170,176 ----
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.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,202 ****
like this:
mv /usr/local/pgsql /usr/local/pgsql.old
! After you have installed PostgreSQL 7.4beta4, 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).
--- 196,202 ----
like this:
mv /usr/local/pgsql /usr/local/pgsql.old
! 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).
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend