@@ -4,7 +4,7 @@ Table of Contents
44Before you start
55Installation Procedure
66
7- Installation instructions for PostgreSQL 7.0.0.
7+ Installation instructions for PostgreSQL 7.0.
88
99Commands were tested on RedHat Linux version 5.2 using the bash shell.
1010Except where noted, they will probably work on most systems. Commands like
@@ -14,9 +14,9 @@ Use common sense before typing in these commands.
1414If you haven't gotten the PostgreSQL distribution, get it from
1515ftp.postgresql.org, then unpack it:
1616
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
2020
2121Again, these commands might differ on your system.
2222
@@ -267,7 +267,7 @@ suggestions.
267267
268268 * You probably want to install the man and HTML documentation. Type
269269
270- $ cd /usr/src/pgsql/postgresql-7.0.0 /doc
270+ $ cd /usr/src/pgsql/postgresql-7.0/doc
271271 $ gmake install
272272
273273 This will install files under /usr/local/pgsql/doc.
@@ -346,5 +346,5 @@ suggestions.
346346 verify that PostgreSQL runs on your machine in the way the developers
347347 expected it to. You should definitely do this before putting a server
348348 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
350350 instructions for running and interpreting the regression tests.