@@ -4,7 +4,7 @@ Table of Contents
4
4
Before you start
5
5
Installation Procedure
6
6
7
- Installation instructions for PostgreSQL 7.0.0.
7
+ Installation instructions for PostgreSQL 7.0.
8
8
9
9
Commands were tested on RedHat Linux version 5.2 using the bash shell.
10
10
Except where noted, they will probably work on most systems. Commands like
@@ -14,9 +14,9 @@ Use common sense before typing in these commands.
14
14
If you haven't gotten the PostgreSQL distribution, get it from
15
15
ftp.postgresql.org, then unpack it:
16
16
17
- $ gunzip postgresql-7.0.0. tar.gz
18
- $ tar -xf postgresql-7.0.0. tar
19
- $ mv postgresql-7.0.0 /usr/src
17
+ $ gunzip postgresql-7.0.tar.gz
18
+ $ tar -xf postgresql-7.0.tar
19
+ $ mv postgresql-7.0 /usr/src
20
20
21
21
Again, these commands might differ on your system.
22
22
@@ -267,7 +267,7 @@ suggestions.
267
267
268
268
* You probably want to install the man and HTML documentation. Type
269
269
270
- $ cd /usr/src/pgsql/postgresql-7.0.0 /doc
270
+ $ cd /usr/src/pgsql/postgresql-7.0/doc
271
271
$ gmake install
272
272
273
273
This will install files under /usr/local/pgsql/doc.
@@ -346,5 +346,5 @@ suggestions.
346
346
verify that PostgreSQL runs on your machine in the way the developers
347
347
expected it to. You should definitely do this before putting a server
348
348
into production use. The file
349
- /usr/src/pgsql/postgresql-7.0.0 /src/test/regress/README has detailed
349
+ /usr/src/pgsql/postgresql-7.0/src/test/regress/README has detailed
350
350
instructions for running and interpreting the regression tests.
0 commit comments