Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e3415aa

Browse files
committed
Rename 7.0.0 to 7.0 to be consistent with prior release numbering.
1 parent 7f99680 commit e3415aa

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

INSTALL

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Table of Contents
44
Before you start
55
Installation Procedure
66

7-
Installation instructions for PostgreSQL 7.0.0.
7+
Installation instructions for PostgreSQL 7.0.
88

99
Commands were tested on RedHat Linux version 5.2 using the bash shell.
1010
Except where noted, they will probably work on most systems. Commands like
@@ -14,9 +14,9 @@ Use common sense before typing in these commands.
1414
If you haven't gotten the PostgreSQL distribution, get it from
1515
ftp.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

2121
Again, 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.

doc/src/sgml/install.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Abstract>
55
<Para>
66
Installation instructions for
7-
<ProductName>PostgreSQL</ProductName> 7.0.0.
7+
<ProductName>PostgreSQL</ProductName> 7.0.
88
</Para>
99
</Abstract>
1010

@@ -21,9 +21,9 @@
2121
get it from <ULink url="ftp://ftp.postgresql.org">ftp.postgresql.org</ULink>,
2222
then unpack it:
2323
<ProgramListing>
24-
$ gunzip postgresql-7.0.0.tar.gz
25-
$ tar -xf postgresql-7.0.0.tar
26-
$ mv postgresql-7.0.0 /usr/src
24+
$ gunzip postgresql-7.0.tar.gz
25+
$ tar -xf postgresql-7.0.tar
26+
$ mv postgresql-7.0 /usr/src
2727
</ProgramListing>
2828
Again, these commands might differ on your system.
2929
</Para>
@@ -417,7 +417,7 @@ and <filename>initdb</filename>.
417417
You probably want to install the <application>man</application> and
418418
<acronym>HTML</acronym> documentation. Type
419419
<ProgramListing>
420-
$ cd /usr/src/pgsql/postgresql-7.0.0/doc
420+
$ cd /usr/src/pgsql/postgresql-7.0/doc
421421
$ gmake install
422422
</ProgramListing>
423423
This will install files under <filename>/usr/local/pgsql/doc</filename>.
@@ -534,7 +534,7 @@ Then make a softlink to this file from
534534
Run the regression tests. The regression tests are a test suite to verify that
535535
PostgreSQL runs on your machine in the way the developers expected it to.
536536
You should definitely do this before putting a server into production use.
537-
The file <filename>/usr/src/pgsql/postgresql-7.0.0/src/test/regress/README</filename>
537+
The file <filename>/usr/src/pgsql/postgresql-7.0/src/test/regress/README</filename>
538538
has detailed
539539
instructions for running and interpreting the regression tests.
540540
</Para>

0 commit comments

Comments
 (0)