Fix up small markup problems. Force omit-tags to nil so we have tag
authorThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 30 Mar 1999 15:25:56 +0000 (15:25 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Tue, 30 Mar 1999 15:25:56 +0000 (15:25 +0000)
 completion as required by the newest DocBook conventions.

doc/src/sgml/arch-dev.sgml
doc/src/sgml/biblio.sgml
doc/src/sgml/cvs.sgml
doc/src/sgml/geqo.sgml

index c04e47cf0bf8830ac6bbc3f6d1c84daa71b49142..3fc6a1d83611cd4876cd6bd54437fe1b253e0a05 100644 (file)
@@ -1,5 +1,14 @@
  <chapter id="overview">
-  <title>PostgreSQL from the Developer's Point of View</title>
+  <title>Overview of PostgreSQL Internals</title>
+
+  <note>
+   <title>Author</title>
+   <para>
+    This chapter originally appeared as a part of <xref id="SIM98">, Stefan Simkovics'
+    Master's Thesis prepared at Vienna University of Technology under the direction
+    of O.Univ.Prof.Dr. Georg Gottlob and Univ.Ass. Mag. Katrin Seyr.
+   </para>
+  </note>
 
   <para>
    This chapter gives an overview of the internal structure of the
index e7807612bda1925814895f415d804990e5c513e9..412f613d55b33bfbf80908515b28f4a453d11d8d 100644 (file)
 <!--
 <BIBLIOMISC>&dash;</BIBLIOMISC>
 
-<BOOKBIBLIO ID="USERS-GUIDE">
+<BOOKBIBLIO ID="masters-thesis">
 
 Master's Thesis
 Enhancement of the ANSI SQL Implementation of PostgreSQL
@@ -307,15 +307,15 @@ Univ.Ass. Mag. Katrin Seyr
     </authorgroup>
 
     <othercredit>
+     <contrib>
+      with support by
+     </contrib>
      <honorific>O.Univ.Prof.Dr.</honorific>
      <firstname>Georg</firstname>
      <surname>Gottlob</surname>
      <honorific>Univ.Ass. Mag.</honorific>
      <firstname>Katrin</firstname>
      <surname>Seyr</surname>
-     <contrib>
-      with support by
-     </contrib>
     </othercredit>
     <abstract>
      <para>
index 14f3f1148c031fb4fd53b68989402f4c681a3fc6..e7ac7bf0a093887dec585edbafa922e1b5387af7 100644 (file)
@@ -1,9 +1,13 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.2 1999/01/07 03:00:43 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.3 1999/03/30 15:25:56 thomas Exp $
 CVS code repository
 Thomas Lockhart
 
 $Log: cvs.sgml,v $
+Revision 1.3  1999/03/30 15:25:56  thomas
+Fix up small markup problems. Force omit-tags to nil so we have tag
+ completion as required by the newest DocBook conventions.
+
 Revision 1.2  1999/01/07 03:00:43  thomas
 Put in more markup. Not done yet though.
 
@@ -1188,7 +1192,7 @@ primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
-sgml-omittag:t
+sgml-omittag:nil
 sgml-shorttag:t
 sgml-minimize-attributes:nil
 sgml-always-quote-attributes:t
index 062884c87b3efee8ecca7c588595d34001477632..0c2154f5a39e7cd2e6738cff4000cae25470f12a 100644 (file)
@@ -1,8 +1,12 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.7 1999/02/19 01:57:08 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.8 1999/03/30 15:25:56 thomas Exp $
 Genetic Optimizer
 
 $Log: geqo.sgml,v $
+Revision 1.8  1999/03/30 15:25:56  thomas
+Fix up small markup problems. Force omit-tags to nil so we have tag
+ completion as required by the newest DocBook conventions.
+
 Revision 1.7  1999/02/19 01:57:08  thomas
 Fix SGML markup from last content changes.
 
@@ -395,3 +399,20 @@ The Benjamin/Cummings Pub., Inc.
 
 </sect1>
 </Chapter>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:nil
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:"./reference.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:"/usr/lib/sgml/catalog"
+sgml-local-ecat-files:nil
+End:
+-->