Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 62cc942

Browse files
author
Thomas G. Lockhart
committed
Include new chapters.
1 parent 61ff1c3 commit 62cc942

File tree

3 files changed

+50
-26
lines changed

3 files changed

+50
-26
lines changed

doc/src/sgml/postgres.sgml

Lines changed: 29 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
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+
813
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
914

1015
<!-- tutorial -->
@@ -21,6 +26,7 @@
2126
<!entity oper SYSTEM "oper.sgml">
2227
<!entity func SYSTEM "func.sgml">
2328
<!entity typeconv SYSTEM "typeconv.sgml">
29+
<!entity keys SYSTEM "keys.sgml">
2430
<!entity array SYSTEM "array.sgml">
2531
<!entity inherit SYSTEM "inherit.sgml">
2632
<!entity query-ug SYSTEM "query-ug.sgml">
@@ -68,6 +74,8 @@
6874
<!entity geqo SYSTEM "geqo.sgml">
6975
<!entity protocol SYSTEM "protocol.sgml">
7076
<!entity compiler SYSTEM "compiler.sgml">
77+
<!entity page SYSTEM "page.sgml">
78+
<!entity bki SYSTEM "bki.sgml">
7179
<!entity docguide SYSTEM "docguide.sgml">
7280
<!entity biblio SYSTEM "biblio.sgml">
7381
<!entity contacts SYSTEM "contacts.sgml">
@@ -126,7 +134,7 @@ Your name here...
126134
</Dedication>
127135
-->
128136

129-
<Preface>
137+
<preface id="preface">
130138
<Title>Summary</Title>
131139

132140
<Para>
@@ -141,7 +149,7 @@ It provides SQL92/SQL3 language support,
141149
</Para>
142150
</Preface>
143151

144-
<Part>
152+
<part Id="part-tutorial">
145153
<Title>Tutorial</Title>
146154
<PartIntro>
147155
<Para>
@@ -155,7 +163,7 @@ Introduction for new users.
155163
&advanced;
156164
</Part>
157165

158-
<Part>
166+
<part Id="part-user">
159167
<Title>User's Guide</Title>
160168
<PartIntro>
161169
<Para>
@@ -168,6 +176,7 @@ Information for users.
168176
&oper;
169177
&func;
170178
&typeconv;
179+
&keys;
171180
&array;
172181
&inherit;
173182
&query-ug;
@@ -176,7 +185,7 @@ Information for users.
176185
&pgaccess;
177186
</Part>
178187

179-
<Part>
188+
<part Id="part-admin">
180189
<Title>Administrator's Guide</Title>
181190
<PartIntro>
182191
<Para>
@@ -191,7 +200,7 @@ Installation and maintenance information.
191200
&release;
192201
</Part>
193202

194-
<Part>
203+
<part Id="part-programmer">
195204
<Title>Programmer's Guide</Title>
196205
<PartIntro>
197206
<Para>
@@ -214,7 +223,7 @@ Information for extending <ProductName>Postgres</ProductName>.
214223
<!-- &libpq; -->
215224
</Part>
216225

217-
<Part>
226+
<part Id="part-interfaces">
218227
<Title>Interfaces</Title>
219228
<PartIntro>
220229
<Para>
@@ -230,7 +239,7 @@ User and programmer interfaces.
230239
&jdbc;
231240
</Part>
232241

233-
<Part>
242+
<part Id="part-reference">
234243
<Title>Reference</Title>
235244
<PartIntro>
236245
<Para>
@@ -241,7 +250,7 @@ Command syntax.
241250
&commands;
242251
</Part>
243252

244-
<Part>
253+
<part Id="part-developer">
245254
<Title>Developer's Guide</Title>
246255
<PartIntro>
247256
<Para>
@@ -253,9 +262,11 @@ future development.
253262
&geqo;
254263
&protocol;
255264
&compiler;
265+
&bki;
266+
&page;
256267
</Part>
257268

258-
<Part>
269+
<part Id="part-appendix">
259270
<Title>Appendices</Title>
260271
<PartIntro>
261272
<Para>
@@ -267,6 +278,7 @@ Additional related information.
267278
&biblio;
268279
</Part>
269280

270-
<INDEX> </INDEX>
281+
<index Id="part-index">
282+
</index>
271283

272284
</Book>

doc/src/sgml/programmer.sgml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
<!entity geqo SYSTEM "geqo.sgml">
5555
<!entity protocol SYSTEM "protocol.sgml">
5656
<!entity compiler SYSTEM "compiler.sgml">
57+
<!entity page SYSTEM "page.sgml">
58+
<!entity bki SYSTEM "bki.sgml">
5759
<!entity docguide SYSTEM "docguide.sgml">
5860
<!entity biblio SYSTEM "biblio.sgml">
5961
<!entity contacts SYSTEM "contacts.sgml">
@@ -157,6 +159,8 @@ It provides SQL92/SQL3 language support,
157159
&geqo;
158160
&protocol;
159161
&compiler;
162+
&bki;
163+
&page;
160164

161165
<!-- appendices -->
162166

doc/src/sgml/user.sgml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
<!-- user.sgml
2-
-
3-
- Postgres User's Manual.
4-
- Derived from postgres.sgml.
5-
- thomas 1998-02-24
6-
-
7-
- -->
1+
<!--
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/user.sgml,v 1.4 1998/08/15 06:52:54 thomas Exp $
3+
Postgres User's Manual.
4+
Derived from postgres.sgml.
5+
thomas 1998-02-24
6+
7+
$Log: user.sgml,v $
8+
Revision 1.4 1998/08/15 06:52:54 thomas
9+
Include new chapters.
10+
11+
-->
12+
813
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
914
<!entity intro SYSTEM "intro.sgml">
1015
<!entity advanced SYSTEM "advanced.sgml">
@@ -14,6 +19,7 @@
1419
<!entity oper SYSTEM "oper.sgml">
1520
<!entity func SYSTEM "func.sgml">
1621
<!entity typeconv SYSTEM "typeconv.sgml">
22+
<!entity keys SYSTEM "keys.sgml">
1723
<!entity array SYSTEM "array.sgml">
1824
<!entity inherit SYSTEM "inherit.sgml">
1925
<!entity query-ug SYSTEM "query-ug.sgml">
@@ -76,7 +82,7 @@ Your name here...
7682
</Dedication>
7783
-->
7884

79-
<Preface>
85+
<preface id="preface">
8086
<Title>Summary</Title>
8187

8288
<Para>
@@ -98,6 +104,7 @@ It provides SQL92/SQL3 language support,
98104
&oper;
99105
&func;
100106
&typeconv;
107+
&keys;
101108
&array;
102109
&inherit;
103110
&query-ug;
@@ -110,7 +117,8 @@ It provides SQL92/SQL3 language support,
110117
-->
111118
&biblio;
112119

113-
<INDEX> </INDEX>
120+
<index Id="index">
121+
</index>
114122

115123
</Book>
116124

0 commit comments

Comments
 (0)