1- <!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.28 1999/06/23 06:15:12 thomas Exp $
3-
4- Postgres integrated documentation.
5- Other subset docs should be copied and shrunk from here.
6- thomas 1998-02-23
7-
8- $Log: postgres.sgml,v $
9- Revision 1.28 1999/06/23 06:15:12 thomas
10- Add backup/restore info to Admin Guide.
11- Split management chapter from start-ag.sgml to manage-ag.sgml.
12-
13- Revision 1.27 1999/06/03 04:21:49 thomas
14- Markup changes for v6.5 release.
15- Clean out duplicate stuff in odbc.sgml resulting from a faulty patch.
16-
17- Revision 1.26 1999/06/01 17:26:18 thomas
18- Make sure that only one intro is included in the integrated doc.
19- Multiple intros cause trouble since they have some section elements
20- (e.g. "y2k.sgml") in common leading to duplicate labels.
21- Include emacs formatting hints in the intro*.sgml sources.
22-
23- Revision 1.25 1999/05/27 15:49:08 thomas
24- Markup fixes.
25- Update for v6.5 release.
26-
27- Revision 1.24 1999/05/26 17:30:29 thomas
28- Add chapters on CVS access, MVCC, SQL theory to the docs.
29- Add an appendix with more details on date/time attributes and handling.
30- Update most references to Postgres version numbers to 6.5,
31- *except* for the porting list which will require a report
32- from a successful installation to be updated.
33-
34- Revision 1.23 1999/05/22 02:27:24 thomas
35- Finish initial markup of cvs.sgml, and include it in the programmer's guide
36- and the integrated doc. Clean up other markup.
37-
38- Revision 1.22 1999/05/20 05:39:27 thomas
39- Rearrange and consolidate the Admin Guide.
40- Add reference pages for utilities and remove standalone chapters for same.
41- Add material for an appendix on date/time properties, but not yet
42- integrated with the User's Guide.
43- Break up the former chapter on pg_options
44- into Admin and Programmer's Guides.
45-
46- Revision 1.21 1999/05/04 02:19:20 thomas
47- Include chapters on security and an intro to SQL.
48-
49- Revision 1.20 1999/04/06 15:41:13 thomas
50- Fix markup to include all closing tags.
51- Required by newest versions of DocBook and style sheets.
52-
53- Revision 1.19 1999/03/30 15:23:03 thomas
54- Include libpq+.sgml in the doc set.
55- Had been omitted from the integrated doc for no good reason.
56-
57- Revision 1.18 1999/02/13 03:52:46 thomas
58- Include chapter on SQL language elements (keywords, etc).
59- Should merge with or complement Stefan's Master's Thesis intro to SQL.
60-
61- Revision 1.17 1999/01/19 16:06:25 thomas
62- Merge current.sgml into release.sgml so all release notes are in the same
63- file. Per Bruce's preference. Go to it Bruce!
64- No info yet for v6.4.2 or upcoming releases.
65-
66- Revision 1.16 1999/01/07 02:59:45 thomas
67- Include installation instructions for WIN32 client-side libraries.
68- From Magnus Hagander <mha@sollentuna.net>.
69-
70- Revision 1.15 1998/12/18 16:23:34 thomas
71- Fix typos in rules.sgml.
72- Add Emacs configuration block to postgres.sgml.
73-
74- Revision 1.14 1998/10/31 09:36:34 thomas
75- Cleanup for v6.4 release.
76- Make new file current.sgml to hold release info for the current release.
77- Should be moved to release.sgml before filling with next release info.
78-
79- Revision 1.13 1998/10/30 19:37:09 thomas
80- Minor editing and markup changes as a result of preparing the Postscript
81- documentation for v6.4.
82- Bigger updates to the installation instructions (install and config).
83-
84- Revision 1.12 1998/10/27 06:14:01 thomas
85- Include configuration chapter with new info on configure and make.
86-
87- Revision 1.11 1998/10/25 00:24:31 thomas
88- Add Y2K statement for intros.
89- Make sure notation section is included in most intros.
90-
91- Revision 1.7-1.10 1998/10/21 05:31:52 thomas
92- Include new information from Massimo. Rearrange ODBC docs.
93- Add information for operator precedence.
94- Split introduction sections into separate files to allow the legal notice
95- and notation sections appear in all documents without having the history
96- show up everplace too.
97- Add full list of reserved and non-reserved key words in syntax.sgml.
98- Add a separate chapter to the admin guide on security.
99- Move SQL reference pages up into the User's Guide.
100-
101- -->
102-
1031<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
1042
1053<!entity about SYSTEM "about.sgml">
@@ -123,8 +21,8 @@ Move SQL reference pages up into the User's Guide.
12321<!entity datetime SYSTEM "datetime.sgml">
12422<!entity environ SYSTEM "environ.sgml">
12523<!entity func SYSTEM "func.sgml">
24+ <!entity indices SYSTEM "indices.sgml">
12625<!entity inherit SYSTEM "inherit.sgml">
127- <!entity keys SYSTEM "keys.sgml">
12826<!entity manage SYSTEM "manage.sgml">
12927<!entity mvcc SYSTEM "mvcc.sgml">
13028<!entity oper SYSTEM "oper.sgml">
@@ -156,28 +54,29 @@ Move SQL reference pages up into the User's Guide.
15654<!entity trouble SYSTEM "trouble.sgml">
15755
15856<!-- programmer's guide -->
159- <!entity intro-pg SYSTEM "intro-pg.sgml">
16057<!entity arch-pg SYSTEM "arch-pg.sgml">
161- <!entity extend SYSTEM "extend.sgml">
162- <!entity rules SYSTEM "rules.sgml">
163- <!entity xfunc SYSTEM "xfunc.sgml">
164- <!entity xtypes SYSTEM "xtypes.sgml">
165- <!entity xoper SYSTEM "xoper.sgml">
166- <!entity xaggr SYSTEM "xaggr.sgml">
167- <!entity xindex SYSTEM "xindex.sgml">
168- <!entity gist SYSTEM "gist.sgml">
16958<!entity dfunc SYSTEM "dfunc.sgml">
170- <!entity lobj SYSTEM "lobj.sgml">
171- <!entity trigger SYSTEM "trigger.sgml">
172- <!entity spi SYSTEM "spi.sgml">
59+ <!entity ecpg SYSTEM "ecpg.sgml">
60+ <!entity extend SYSTEM "extend.sgml">
17361<!entity func-ref SYSTEM "func-ref.sgml">
62+ <!entity gist SYSTEM "gist.sgml">
63+ <!entity intro-pg SYSTEM "intro-pg.sgml">
64+ <!entity jdbc SYSTEM "jdbc.sgml">
17465<!entity libpq SYSTEM "libpq.sgml">
17566<!entity libpqpp SYSTEM "libpq++.sgml">
17667<!entity libpgtcl SYSTEM "libpgtcl.sgml">
177- <!entity ecpg SYSTEM "ecpg.sgml">
68+ <!entity lisp SYSTEM "lisp.sgml">
69+ <!entity lobj SYSTEM "lobj.sgml">
17870<!entity odbc SYSTEM "odbc.sgml">
179- <!entity jdbc SYSTEM "jdbc.sgml">
71+ <!entity rules SYSTEM "rules.sgml">
72+ <!entity spi SYSTEM "spi.sgml">
73+ <!entity trigger SYSTEM "trigger.sgml">
74+ <!entity xaggr SYSTEM "xaggr.sgml">
75+ <!entity xfunc SYSTEM "xfunc.sgml">
76+ <!entity xindex SYSTEM "xindex.sgml">
18077<!entity xplang SYSTEM "xplang.sgml">
78+ <!entity xoper SYSTEM "xoper.sgml">
79+ <!entity xtypes SYSTEM "xtypes.sgml">
18180
18281<!-- developer's guide -->
18382<!entity arch-dev SYSTEM "arch-dev.sgml">
@@ -277,7 +176,7 @@ Your name here...
277176 &oper;
278177 &func;
279178 &typeconv;
280- &keys ;
179+ &indices ;
281180 &array;
282181 &inherit;
283182 &mvcc;
@@ -341,7 +240,6 @@ Your name here...
341240 &trigger;
342241 &spi;
343242 &xplang;
344- <!-- &libpq; -->
345243 </Part>
346244
347245 <part Id="part-interfaces">
@@ -359,6 +257,7 @@ Your name here...
359257 &libpgtcl;
360258 &odbc;
361259 &jdbc;
260+ &lisp;
362261 </Part>
363262
364263 <part Id="part-developer">