mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Move configuration info to after installation procedure.
Include only the current release in the release notes section.
This commit is contained in:
@ -1,10 +1,14 @@
|
|||||||
<!--
|
<!--
|
||||||
$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.
|
|||||||
<!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.
|
|||||||
|
|
||||||
<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
|
|||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
&ports;
|
&ports;
|
||||||
&config;
|
|
||||||
&install;
|
&install;
|
||||||
&release;
|
&config;
|
||||||
|
|
||||||
|
<chapter id="release">
|
||||||
|
<title>Release Notes</title>
|
||||||
|
|
||||||
|
¤t;
|
||||||
|
|
||||||
|
</chapter>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<INDEX> </INDEX>
|
<INDEX> </INDEX>
|
||||||
|
Reference in New Issue
Block a user