1
1
<!--
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 $
3
3
4
4
Postgres integrated documentation.
5
5
Other subset docs should be copied and shrunk from here.
6
6
thomas 1998-02-23
7
7
8
8
$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
+
9
12
Revision 1.9 1998/09/30 05:41:49 thomas
10
13
Clean up pages. Add information for operator precedence.
11
14
Split introduction sections into separate files to allow the legal notice
@@ -57,14 +60,15 @@ Include new chapters.
57
60
%allfiles;
58
61
59
62
<!-- administrator's guide -->
60
- <!entity intro-ag SYSTEM "intro-ag.sgml">
61
- <!entity start-ag SYSTEM "start-ag.sgml">
62
63
<!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">
63
67
<!entity runtime SYSTEM "runtime.sgml">
64
68
<!entity recovery SYSTEM "recovery.sgml">
65
69
<!entity regress SYSTEM "regress.sgml">
66
- <!entity ports SYSTEM "ports.sgml">
67
70
<!entity release SYSTEM "release.sgml">
71
+ <!entity start-ag SYSTEM "start-ag.sgml">
68
72
69
73
<!-- programmer's guide -->
70
74
<!entity intro-pg SYSTEM "intro-pg.sgml">
@@ -87,17 +91,19 @@ Include new chapters.
87
91
<!entity ecpg SYSTEM "ecpg.sgml">
88
92
<!entity odbc SYSTEM "odbc.sgml">
89
93
<!entity jdbc SYSTEM "jdbc.sgml">
94
+ <!entity xplang SYSTEM "xplang.sgml">
90
95
91
96
<!-- developer's guide -->
92
97
<!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">
99
98
<!entity biblio SYSTEM "biblio.sgml">
99
+ <!entity bki SYSTEM "bki.sgml">
100
+ <!entity compiler SYSTEM "compiler.sgml">
100
101
<!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">
101
107
]>
102
108
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
103
109
<Book Id="postgres">
@@ -215,6 +221,7 @@ Installation and maintenance information.
215
221
&intro-ag;
216
222
&ports;
217
223
&install;
224
+ &options;
218
225
&start-ag;
219
226
&recovery;
220
227
®ress;
@@ -241,6 +248,7 @@ Information for extending <ProductName>Postgres</ProductName>.
241
248
&dfunc;
242
249
&trigger;
243
250
&spi;
251
+ &xplang;
244
252
<!-- &libpq; -->
245
253
</Part>
246
254
@@ -264,13 +272,14 @@ User and programmer interfaces.
264
272
<Title>Developer's Guide</Title>
265
273
<PartIntro>
266
274
<Para>
267
- The Developer's Guide includes discussion of design decisions and suggestions for
268
- future development.
275
+ The Developer's Guide includes discussion of design decisions and
276
+ suggestions for future development.
269
277
</Para>
270
278
</PartIntro>
271
279
&arch-dev;
272
280
&geqo;
273
281
&protocol;
282
+ &signals;
274
283
&compiler;
275
284
&bki;
276
285
&page;
0 commit comments