Commit 40064c2b authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Move configuration info to after installation procedure.

Include only the current release  in the release notes section.
parent 19532d18
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.2 1998/10/30 19:37:00 thomas Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.3 1998/11/02 15:53:02 thomas Exp $
Postgres quick Installation Guide. Postgres quick Installation Guide.
thomas 1998-10-26 - thomas 1998-10-26
$Log: installation.sgml,v $ $Log: installation.sgml,v $
Revision 1.3 1998/11/02 15:53:02 thomas
Move configuration info to after installation procedure.
Include only the current release in the release notes section.
Revision 1.2 1998/10/30 19:37:00 thomas Revision 1.2 1998/10/30 19:37:00 thomas
Minor editing and markup changes as a result of preparing the Postscript Minor editing and markup changes as a result of preparing the Postscript
documentation for v6.4. documentation for v6.4.
...@@ -26,6 +30,7 @@ First cut at standalone installation guide to replace INSTALL text source. ...@@ -26,6 +30,7 @@ First cut at standalone installation guide to replace INSTALL text source.
<!entity y2k SYSTEM "y2k.sgml"> <!entity y2k SYSTEM "y2k.sgml">
<!entity config SYSTEM "config.sgml"> <!entity config SYSTEM "config.sgml">
<!entity current SYSTEM "current.sgml">
<!entity intro-ag SYSTEM "intro-ag.sgml"> <!entity intro-ag SYSTEM "intro-ag.sgml">
<!entity install SYSTEM "install.sgml"> <!entity install SYSTEM "install.sgml">
<!entity options SYSTEM "pg_options.sgml"> <!entity options SYSTEM "pg_options.sgml">
...@@ -73,7 +78,8 @@ First cut at standalone installation guide to replace INSTALL text source. ...@@ -73,7 +78,8 @@ First cut at standalone installation guide to replace INSTALL text source.
<LegalNotice> <LegalNotice>
<Para> <Para>
<ProductName>PostgreSQL</ProductName> is copyright (C) 1998 by the Postgres Global Development Group. <ProductName>PostgreSQL</ProductName> is copyright (C) 1998
by the Postgres Global Development Group.
</Para> </Para>
</LegalNotice> </LegalNotice>
...@@ -121,9 +127,15 @@ and installing documentation, and then print or browse the ...@@ -121,9 +127,15 @@ and installing documentation, and then print or browse the
</chapter> </chapter>
&ports; &ports;
&config;
&install; &install;
&release; &config;
<chapter id="release">
<title>Release Notes</title>
&current;
</chapter>
<!-- <!--
<INDEX> </INDEX> <INDEX> </INDEX>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment