File tree Expand file tree Collapse file tree 4 files changed +42
-8
lines changed Expand file tree Collapse file tree 4 files changed +42
-8
lines changed Original file line number Diff line number Diff line change 1
1
<chapter id="overview">
2
- <title>PostgreSQL from the Developer's Point of View</title>
2
+ <title>Overview of PostgreSQL Internals</title>
3
+
4
+ <note>
5
+ <title>Author</title>
6
+ <para>
7
+ This chapter originally appeared as a part of <xref id="SIM98">, Stefan Simkovics'
8
+ Master's Thesis prepared at Vienna University of Technology under the direction
9
+ of O.Univ.Prof.Dr. Georg Gottlob and Univ.Ass. Mag. Katrin Seyr.
10
+ </para>
11
+ </note>
3
12
4
13
<para>
5
14
This chapter gives an overview of the internal structure of the
Original file line number Diff line number Diff line change 274
274
<!--
275
275
<BIBLIOMISC>‐</BIBLIOMISC>
276
276
277
- <BOOKBIBLIO ID="USERS-GUIDE ">
277
+ <BOOKBIBLIO ID="masters-thesis ">
278
278
279
279
Master's Thesis
280
280
Enhancement of the ANSI SQL Implementation of PostgreSQL
@@ -307,15 +307,15 @@ Univ.Ass. Mag. Katrin Seyr
307
307
</authorgroup>
308
308
309
309
<othercredit>
310
+ <contrib>
311
+ with support by
312
+ </contrib>
310
313
<honorific>O.Univ.Prof.Dr.</honorific>
311
314
<firstname>Georg</firstname>
312
315
<surname>Gottlob</surname>
313
316
<honorific>Univ.Ass. Mag.</honorific>
314
317
<firstname>Katrin</firstname>
315
318
<surname>Seyr</surname>
316
- <contrib>
317
- with support by
318
- </contrib>
319
319
</othercredit>
320
320
<abstract>
321
321
<para>
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.2 1999/01/07 03:00:43 thomas Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.3 1999/03/30 15:25:56 thomas Exp $
3
3
CVS code repository
4
4
Thomas Lockhart
5
5
6
6
$Log: cvs.sgml,v $
7
+ Revision 1.3 1999/03/30 15:25:56 thomas
8
+ Fix up small markup problems. Force omit-tags to nil so we have tag
9
+ completion as required by the newest DocBook conventions.
10
+
7
11
Revision 1.2 1999/01/07 03:00:43 thomas
8
12
Put in more markup. Not done yet though.
9
13
@@ -1188,7 +1192,7 @@ primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
1188
1192
<!-- Keep this comment at the end of the file
1189
1193
Local variables:
1190
1194
mode: sgml
1191
- sgml-omittag:t
1195
+ sgml-omittag:nil
1192
1196
sgml-shorttag:t
1193
1197
sgml-minimize-attributes:nil
1194
1198
sgml-always-quote-attributes:t
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.7 1999/02/19 01:57:08 thomas Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.8 1999/03/30 15:25:56 thomas Exp $
3
3
Genetic Optimizer
4
4
5
5
$Log: geqo.sgml,v $
6
+ Revision 1.8 1999/03/30 15:25:56 thomas
7
+ Fix up small markup problems. Force omit-tags to nil so we have tag
8
+ completion as required by the newest DocBook conventions.
9
+
6
10
Revision 1.7 1999/02/19 01:57:08 thomas
7
11
Fix SGML markup from last content changes.
8
12
@@ -395,3 +399,20 @@ The Benjamin/Cummings Pub., Inc.
395
399
396
400
</sect1>
397
401
</Chapter>
402
+
403
+ <!-- Keep this comment at the end of the file
404
+ Local variables:
405
+ mode: sgml
406
+ sgml-omittag:nil
407
+ sgml-shorttag:t
408
+ sgml-minimize-attributes:nil
409
+ sgml-always-quote-attributes:t
410
+ sgml-indent-step:1
411
+ sgml-indent-data:t
412
+ sgml-parent-document:nil
413
+ sgml-default-dtd-file:"./reference.ced"
414
+ sgml-exposed-tags:nil
415
+ sgml-local-catalogs:"/usr/lib/sgml/catalog"
416
+ sgml-local-ecat-files:nil
417
+ End:
418
+ -->
You can’t perform that action at this time.
0 commit comments