11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.9 1998/09/30 05:41:49 thomas Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.10 1998/10/21 05:31:52 thomas Exp $
33
44Postgres integrated documentation.
55Other subset docs should be copied and shrunk from here.
66thomas 1998-02-23
77
88$Log: postgres.sgml,v $
9+ Revision 1.10 1998/10/21 05:31:52 thomas
10+ Include new information from Massimo. Rearrange ODBC docs.
11+
912Revision 1.9 1998/09/30 05:41:49 thomas
1013Clean up pages. Add information for operator precedence.
1114Split introduction sections into separate files to allow the legal notice
@@ -57,14 +60,15 @@ Include new chapters.
5760%allfiles;
5861
5962<!-- administrator's guide -->
60- <!entity intro-ag SYSTEM "intro-ag.sgml">
61- <!entity start-ag SYSTEM "start-ag.sgml">
6263<!entity install SYSTEM "install.sgml">
64+ <!entity intro-ag SYSTEM "intro-ag.sgml">
65+ <!entity options SYSTEM "pg_options.sgml">
66+ <!entity ports SYSTEM "ports.sgml">
6367<!entity runtime SYSTEM "runtime.sgml">
6468<!entity recovery SYSTEM "recovery.sgml">
6569<!entity regress SYSTEM "regress.sgml">
66- <!entity ports SYSTEM "ports.sgml">
6770<!entity release SYSTEM "release.sgml">
71+ <!entity start-ag SYSTEM "start-ag.sgml">
6872
6973<!-- programmer's guide -->
7074<!entity intro-pg SYSTEM "intro-pg.sgml">
@@ -87,17 +91,19 @@ Include new chapters.
8791<!entity ecpg SYSTEM "ecpg.sgml">
8892<!entity odbc SYSTEM "odbc.sgml">
8993<!entity jdbc SYSTEM "jdbc.sgml">
94+ <!entity xplang SYSTEM "xplang.sgml">
9095
9196<!-- developer's guide -->
9297<!entity arch-dev SYSTEM "arch-dev.sgml">
93- <!entity geqo SYSTEM "geqo.sgml">
94- <!entity protocol SYSTEM "protocol.sgml">
95- <!entity compiler SYSTEM "compiler.sgml">
96- <!entity page SYSTEM "page.sgml">
97- <!entity bki SYSTEM "bki.sgml">
98- <!entity docguide SYSTEM "docguide.sgml">
9998<!entity biblio SYSTEM "biblio.sgml">
99+ <!entity bki SYSTEM "bki.sgml">
100+ <!entity compiler SYSTEM "compiler.sgml">
100101<!entity contacts SYSTEM "contacts.sgml">
102+ <!entity docguide SYSTEM "docguide.sgml">
103+ <!entity geqo SYSTEM "geqo.sgml">
104+ <!entity page SYSTEM "page.sgml">
105+ <!entity protocol SYSTEM "protocol.sgml">
106+ <!entity signals SYSTEM "signals.sgml">
101107]>
102108<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
103109<Book Id="postgres">
@@ -215,6 +221,7 @@ Installation and maintenance information.
215221&intro-ag;
216222&ports;
217223&install;
224+ &options;
218225&start-ag;
219226&recovery;
220227®ress;
@@ -241,6 +248,7 @@ Information for extending <ProductName>Postgres</ProductName>.
241248&dfunc;
242249&trigger;
243250&spi;
251+ &xplang;
244252<!-- &libpq; -->
245253</Part>
246254
@@ -264,13 +272,14 @@ User and programmer interfaces.
264272<Title>Developer's Guide</Title>
265273<PartIntro>
266274<Para>
267- The Developer's Guide includes discussion of design decisions andsuggestions for
268- future development.
275+ The Developer's Guide includes discussion of design decisions and
276+ suggestions for future development.
269277</Para>
270278</PartIntro>
271279&arch-dev;
272280&geqo;
273281&protocol;
282+ &signals;
274283&compiler;
275284&bki;
276285&page;