Fix up small markup problems. Force omit-tags to nil so we have tag
completion as required by the newest DocBook conventions.
This commit is contained in:
parent
107eb78fd4
commit
7ecf60427d
@ -1,5 +1,14 @@
|
|||||||
<chapter id="overview">
|
<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>
|
<para>
|
||||||
This chapter gives an overview of the internal structure of the
|
This chapter gives an overview of the internal structure of the
|
||||||
|
@ -274,7 +274,7 @@
|
|||||||
<!--
|
<!--
|
||||||
<BIBLIOMISC>‐</BIBLIOMISC>
|
<BIBLIOMISC>‐</BIBLIOMISC>
|
||||||
|
|
||||||
<BOOKBIBLIO ID="USERS-GUIDE">
|
<BOOKBIBLIO ID="masters-thesis">
|
||||||
|
|
||||||
Master's Thesis
|
Master's Thesis
|
||||||
Enhancement of the ANSI SQL Implementation of PostgreSQL
|
Enhancement of the ANSI SQL Implementation of PostgreSQL
|
||||||
@ -307,15 +307,15 @@ Univ.Ass. Mag. Katrin Seyr
|
|||||||
</authorgroup>
|
</authorgroup>
|
||||||
|
|
||||||
<othercredit>
|
<othercredit>
|
||||||
|
<contrib>
|
||||||
|
with support by
|
||||||
|
</contrib>
|
||||||
<honorific>O.Univ.Prof.Dr.</honorific>
|
<honorific>O.Univ.Prof.Dr.</honorific>
|
||||||
<firstname>Georg</firstname>
|
<firstname>Georg</firstname>
|
||||||
<surname>Gottlob</surname>
|
<surname>Gottlob</surname>
|
||||||
<honorific>Univ.Ass. Mag.</honorific>
|
<honorific>Univ.Ass. Mag.</honorific>
|
||||||
<firstname>Katrin</firstname>
|
<firstname>Katrin</firstname>
|
||||||
<surname>Seyr</surname>
|
<surname>Seyr</surname>
|
||||||
<contrib>
|
|
||||||
with support by
|
|
||||||
</contrib>
|
|
||||||
</othercredit>
|
</othercredit>
|
||||||
<abstract>
|
<abstract>
|
||||||
<para>
|
<para>
|
||||||
|
@ -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
|
CVS code repository
|
||||||
Thomas Lockhart
|
Thomas Lockhart
|
||||||
|
|
||||||
$Log: cvs.sgml,v $
|
$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
|
Revision 1.2 1999/01/07 03:00:43 thomas
|
||||||
Put in more markup. Not done yet though.
|
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
|
<!-- Keep this comment at the end of the file
|
||||||
Local variables:
|
Local variables:
|
||||||
mode: sgml
|
mode: sgml
|
||||||
sgml-omittag:t
|
sgml-omittag:nil
|
||||||
sgml-shorttag:t
|
sgml-shorttag:t
|
||||||
sgml-minimize-attributes:nil
|
sgml-minimize-attributes:nil
|
||||||
sgml-always-quote-attributes:t
|
sgml-always-quote-attributes:t
|
||||||
|
@ -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
|
Genetic Optimizer
|
||||||
|
|
||||||
$Log: geqo.sgml,v $
|
$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
|
Revision 1.7 1999/02/19 01:57:08 thomas
|
||||||
Fix SGML markup from last content changes.
|
Fix SGML markup from last content changes.
|
||||||
|
|
||||||
@ -395,3 +399,20 @@ The Benjamin/Cummings Pub., Inc.
|
|||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
</Chapter>
|
</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:
|
||||||
|
-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user