-<!-- postgres.sgml
--
-- Postgres integrated documentation.
-- Other subset docs should be copied and shrunk from here.
-- thomas 1998-02-23
--
-- -->
+<!--
+$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.7 1998/08/15 06:52:53 thomas Exp $
+Postgres integrated documentation.
+Other subset docs should be copied and shrunk from here.
+thomas 1998-02-23
+
+$Log: postgres.sgml,v $
+Revision 1.7 1998/08/15 06:52:53 thomas
+Include new chapters.
+
+-->
+
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
<!-- tutorial -->
<!entity oper SYSTEM "oper.sgml">
<!entity func SYSTEM "func.sgml">
<!entity typeconv SYSTEM "typeconv.sgml">
+<!entity keys SYSTEM "keys.sgml">
<!entity array SYSTEM "array.sgml">
<!entity inherit SYSTEM "inherit.sgml">
<!entity query-ug SYSTEM "query-ug.sgml">
<!entity geqo SYSTEM "geqo.sgml">
<!entity protocol SYSTEM "protocol.sgml">
<!entity compiler SYSTEM "compiler.sgml">
+<!entity page SYSTEM "page.sgml">
+<!entity bki SYSTEM "bki.sgml">
<!entity docguide SYSTEM "docguide.sgml">
<!entity biblio SYSTEM "biblio.sgml">
<!entity contacts SYSTEM "contacts.sgml">
</Dedication>
-->
-<Preface>
+<preface id="preface">
<Title>Summary</Title>
<Para>
</Para>
</Preface>
-<Part>
+<part Id="part-tutorial">
<Title>Tutorial</Title>
<PartIntro>
<Para>
&advanced;
</Part>
-<Part>
+<part Id="part-user">
<Title>User's Guide</Title>
<PartIntro>
<Para>
&oper;
&func;
&typeconv;
+&keys;
&array;
&inherit;
&query-ug;
&pgaccess;
</Part>
-<Part>
+<part Id="part-admin">
<Title>Administrator's Guide</Title>
<PartIntro>
<Para>
&release;
</Part>
-<Part>
+<part Id="part-programmer">
<Title>Programmer's Guide</Title>
<PartIntro>
<Para>
<!-- &libpq; -->
</Part>
-<Part>
+<part Id="part-interfaces">
<Title>Interfaces</Title>
<PartIntro>
<Para>
&jdbc;
</Part>
-<Part>
+<part Id="part-reference">
<Title>Reference</Title>
<PartIntro>
<Para>
&commands;
</Part>
-<Part>
+<part Id="part-developer">
<Title>Developer's Guide</Title>
<PartIntro>
<Para>
&geqo;
&protocol;
&compiler;
+&bki;
+&page;
</Part>
-<Part>
+<part Id="part-appendix">
<Title>Appendices</Title>
<PartIntro>
<Para>
&biblio;
</Part>
-<INDEX> </INDEX>
+<index Id="part-index">
+</index>
</Book>
<!entity geqo SYSTEM "geqo.sgml">
<!entity protocol SYSTEM "protocol.sgml">
<!entity compiler SYSTEM "compiler.sgml">
+<!entity page SYSTEM "page.sgml">
+<!entity bki SYSTEM "bki.sgml">
<!entity docguide SYSTEM "docguide.sgml">
<!entity biblio SYSTEM "biblio.sgml">
<!entity contacts SYSTEM "contacts.sgml">
&geqo;
&protocol;
&compiler;
+&bki;
+&page;
<!-- appendices -->
-<!-- user.sgml
--
-- Postgres User's Manual.
-- Derived from postgres.sgml.
-- thomas 1998-02-24
--
-- -->
+<!--
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/user.sgml,v 1.4 1998/08/15 06:52:54 thomas Exp $
+Postgres User's Manual.
+Derived from postgres.sgml.
+thomas 1998-02-24
+
+$Log: user.sgml,v $
+Revision 1.4 1998/08/15 06:52:54 thomas
+Include new chapters.
+
+-->
+
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
<!entity intro SYSTEM "intro.sgml">
<!entity advanced SYSTEM "advanced.sgml">
<!entity oper SYSTEM "oper.sgml">
<!entity func SYSTEM "func.sgml">
<!entity typeconv SYSTEM "typeconv.sgml">
+<!entity keys SYSTEM "keys.sgml">
<!entity array SYSTEM "array.sgml">
<!entity inherit SYSTEM "inherit.sgml">
<!entity query-ug SYSTEM "query-ug.sgml">
</Dedication>
-->
-<Preface>
+<preface id="preface">
<Title>Summary</Title>
<Para>
&oper;
&func;
&typeconv;
+&keys;
&array;
&inherit;
&query-ug;
-->
&biblio;
-<INDEX> </INDEX>
+<index Id="index">
+</index>
</Book>