Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40064c2

Browse files
author
Thomas G. Lockhart
committed
Move configuration info to after installation procedure.
Include only the current release in the release notes section.
1 parent 19532d1 commit 40064c2

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

doc/src/sgml/installation.sgml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.2 1998/10/30 19:37:00 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.3 1998/11/02 15:53:02 thomas Exp $
33

44
Postgres quick Installation Guide.
5-
thomas 1998-10-26
5+
- thomas 1998-10-26
66

77
$Log: installation.sgml,v $
8+
Revision 1.3 1998/11/02 15:53:02 thomas
9+
Move configuration info to after installation procedure.
10+
Include only the current release in the release notes section.
11+
812
Revision 1.2 1998/10/30 19:37:00 thomas
913
Minor editing and markup changes as a result of preparing the Postscript
1014
documentation for v6.4.
@@ -26,6 +30,7 @@ First cut at standalone installation guide to replace INSTALL text source.
2630
<!entity y2k SYSTEM "y2k.sgml">
2731

2832
<!entity config SYSTEM "config.sgml">
33+
<!entity current SYSTEM "current.sgml">
2934
<!entity intro-ag SYSTEM "intro-ag.sgml">
3035
<!entity install SYSTEM "install.sgml">
3136
<!entity options SYSTEM "pg_options.sgml">
@@ -73,7 +78,8 @@ First cut at standalone installation guide to replace INSTALL text source.
7378

7479
<LegalNotice>
7580
<Para>
76-
<ProductName>PostgreSQL</ProductName> is copyright (C) 1998 by the Postgres Global Development Group.
81+
<ProductName>PostgreSQL</ProductName> is copyright (C) 1998
82+
by the Postgres Global Development Group.
7783
</Para>
7884
</LegalNotice>
7985

@@ -121,9 +127,15 @@ and installing documentation, and then print or browse the
121127
</chapter>
122128

123129
&ports;
124-
&config;
125130
&install;
126-
&release;
131+
&config;
132+
133+
<chapter id="release">
134+
<title>Release Notes</title>
135+
136+
&current;
137+
138+
</chapter>
127139

128140
<!--
129141
<INDEX> </INDEX>

0 commit comments

Comments
 (0)