1+ Chapter 0. Installation
2+
3+ Table of Contents
4+ Before you start
5+ Installation Procedure
6+
17 Installation instructions for PostgreSQL 7.0.0.
28
39Commands were tested on RedHat Linux version 5.2 using the bash shell.
@@ -52,6 +58,7 @@ Considering today's prices for hard disks, getting a large and fast hard
5258disk should probably be in your plans before putting a database into
5359production use.
5460
61+ ---------------------------------------------------------------------------
5562
5663Installation Procedure
5764
@@ -72,7 +79,7 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
7279 (although you can). You will be told when you need to login as the
7380 database superuser.
7481
75- 2. If you are not upgrading an existing system then skip tostep 4 .
82+ 2. If you are not upgrading an existing system then skip to .
7683
7784 You now need to back up your existing database. To dump your fairly
7885 recent post-6.0 database installation, type
@@ -96,7 +103,6 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
96103 backup. If necessary, bring down postmaster, edit the permissions in file
97104 /usr/local/pgsql/data/pg_hba.conf to allow only you on, then bring
98105 postmaster back up.
99-
100106 3. If you are upgrading an existing system then kill the database server
101107 now. Type
102108