1
- <!-- postgres.sgml
2
- -
3
- - Postgres integrated documentation.
4
- - Other subset docs should be copied and shrunk from here.
5
- - thomas 1998-02-23
6
- -
7
- - -->
1
+ <!--
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.7 1998/08/15 06:52:53 thomas Exp $
3
+ Postgres integrated documentation.
4
+ Other subset docs should be copied and shrunk from here.
5
+ thomas 1998-02-23
6
+
7
+ $Log: postgres.sgml,v $
8
+ Revision 1.7 1998/08/15 06:52:53 thomas
9
+ Include new chapters.
10
+
11
+ -->
12
+
8
13
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
9
14
10
15
<!-- tutorial -->
21
26
<!entity oper SYSTEM "oper.sgml">
22
27
<!entity func SYSTEM "func.sgml">
23
28
<!entity typeconv SYSTEM "typeconv.sgml">
29
+ <!entity keys SYSTEM "keys.sgml">
24
30
<!entity array SYSTEM "array.sgml">
25
31
<!entity inherit SYSTEM "inherit.sgml">
26
32
<!entity query-ug SYSTEM "query-ug.sgml">
68
74
<!entity geqo SYSTEM "geqo.sgml">
69
75
<!entity protocol SYSTEM "protocol.sgml">
70
76
<!entity compiler SYSTEM "compiler.sgml">
77
+ <!entity page SYSTEM "page.sgml">
78
+ <!entity bki SYSTEM "bki.sgml">
71
79
<!entity docguide SYSTEM "docguide.sgml">
72
80
<!entity biblio SYSTEM "biblio.sgml">
73
81
<!entity contacts SYSTEM "contacts.sgml">
@@ -126,7 +134,7 @@ Your name here...
126
134
</Dedication>
127
135
-->
128
136
129
- <Preface >
137
+ <preface id="preface" >
130
138
<Title>Summary</Title>
131
139
132
140
<Para>
@@ -141,7 +149,7 @@ It provides SQL92/SQL3 language support,
141
149
</Para>
142
150
</Preface>
143
151
144
- <Part >
152
+ <part Id="part-tutorial" >
145
153
<Title>Tutorial</Title>
146
154
<PartIntro>
147
155
<Para>
@@ -155,7 +163,7 @@ Introduction for new users.
155
163
&advanced;
156
164
</Part>
157
165
158
- <Part >
166
+ <part Id="part-user" >
159
167
<Title>User's Guide</Title>
160
168
<PartIntro>
161
169
<Para>
@@ -168,6 +176,7 @@ Information for users.
168
176
&oper;
169
177
&func;
170
178
&typeconv;
179
+ &keys;
171
180
&array;
172
181
&inherit;
173
182
&query-ug;
@@ -176,7 +185,7 @@ Information for users.
176
185
&pgaccess;
177
186
</Part>
178
187
179
- <Part >
188
+ <part Id="part-admin" >
180
189
<Title>Administrator's Guide</Title>
181
190
<PartIntro>
182
191
<Para>
@@ -191,7 +200,7 @@ Installation and maintenance information.
191
200
&release;
192
201
</Part>
193
202
194
- <Part >
203
+ <part Id="part-programmer" >
195
204
<Title>Programmer's Guide</Title>
196
205
<PartIntro>
197
206
<Para>
@@ -214,7 +223,7 @@ Information for extending <ProductName>Postgres</ProductName>.
214
223
<!-- &libpq; -->
215
224
</Part>
216
225
217
- <Part >
226
+ <part Id="part-interfaces" >
218
227
<Title>Interfaces</Title>
219
228
<PartIntro>
220
229
<Para>
@@ -230,7 +239,7 @@ User and programmer interfaces.
230
239
&jdbc;
231
240
</Part>
232
241
233
- <Part >
242
+ <part Id="part-reference" >
234
243
<Title>Reference</Title>
235
244
<PartIntro>
236
245
<Para>
@@ -241,7 +250,7 @@ Command syntax.
241
250
&commands;
242
251
</Part>
243
252
244
- <Part >
253
+ <part Id="part-developer" >
245
254
<Title>Developer's Guide</Title>
246
255
<PartIntro>
247
256
<Para>
@@ -253,9 +262,11 @@ future development.
253
262
&geqo;
254
263
&protocol;
255
264
&compiler;
265
+ &bki;
266
+ &page;
256
267
</Part>
257
268
258
- <Part >
269
+ <part Id="part-appendix" >
259
270
<Title>Appendices</Title>
260
271
<PartIntro>
261
272
<Para>
@@ -267,6 +278,7 @@ Additional related information.
267
278
&biblio;
268
279
</Part>
269
280
270
- <INDEX> </INDEX>
281
+ <index Id="part-index">
282
+ </index>
271
283
272
284
</Book>
0 commit comments