diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-03-30 15:25:56 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-03-30 15:25:56 +0000 |
commit | 7ecf60427d8238b35700dc86fc4ca97000c61458 (patch) | |
tree | 183483ab07878b4afaed9e16730d8527492473fe | |
parent | 107eb78fd45fb3cab8aef7a5c62757bf8fca0082 (diff) |
Fix up small markup problems. Force omit-tags to nil so we have tag
completion as required by the newest DocBook conventions.
-rw-r--r-- | doc/src/sgml/arch-dev.sgml | 11 | ||||
-rw-r--r-- | doc/src/sgml/biblio.sgml | 8 | ||||
-rw-r--r-- | doc/src/sgml/cvs.sgml | 8 | ||||
-rw-r--r-- | doc/src/sgml/geqo.sgml | 23 |
4 files changed, 42 insertions, 8 deletions
diff --git a/doc/src/sgml/arch-dev.sgml b/doc/src/sgml/arch-dev.sgml index c04e47cf0bf..3fc6a1d8361 100644 --- a/doc/src/sgml/arch-dev.sgml +++ b/doc/src/sgml/arch-dev.sgml @@ -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 diff --git a/doc/src/sgml/biblio.sgml b/doc/src/sgml/biblio.sgml index e7807612bda..412f613d55b 100644 --- a/doc/src/sgml/biblio.sgml +++ b/doc/src/sgml/biblio.sgml @@ -274,7 +274,7 @@ <!-- <BIBLIOMISC>‐</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> diff --git a/doc/src/sgml/cvs.sgml b/doc/src/sgml/cvs.sgml index 14f3f1148c0..e7ac7bf0a09 100644 --- a/doc/src/sgml/cvs.sgml +++ b/doc/src/sgml/cvs.sgml @@ -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 diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index 062884c87b3..0c2154f5a39 100644 --- a/doc/src/sgml/geqo.sgml +++ b/doc/src/sgml/geqo.sgml @@ -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: +--> |