diff options
author | Thomas G. Lockhart | 1998-11-02 15:53:02 +0000 |
---|---|---|
committer | Thomas G. Lockhart | 1998-11-02 15:53:02 +0000 |
commit | 40064c2b2401e56311d0d96b62606e95fef00f02 (patch) | |
tree | 8544c918cc455d124784d73bfb4a88c3790df2ce | |
parent | 19532d18098e64350de2c0a349e4f93571299b0e (diff) |
Move configuration info to after installation procedure.
Include only the current release in the release notes section.
-rw-r--r-- | doc/src/sgml/installation.sgml | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 278a34ab04..5457e409e1 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -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. -thomas 1998-10-26 +- thomas 1998-10-26 $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 Minor editing and markup changes as a result of preparing the Postscript 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 config SYSTEM "config.sgml"> +<!entity current SYSTEM "current.sgml"> <!entity intro-ag SYSTEM "intro-ag.sgml"> <!entity install SYSTEM "install.sgml"> <!entity options SYSTEM "pg_options.sgml"> @@ -73,7 +78,8 @@ First cut at standalone installation guide to replace INSTALL text source. <LegalNotice> <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> </LegalNotice> @@ -121,9 +127,15 @@ and installing documentation, and then print or browse the </chapter> &ports; -&config; &install; -&release; +&config; + +<chapter id="release"> +<title>Release Notes</title> + +¤t; + +</chapter> <!-- <INDEX> </INDEX> |