1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/programmer.sgml,v 1.17 1999/06/03 04 :21:49 thomas Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/programmer.sgml,v 1.18 1999/06/23 06 :21:19 thomas Exp $
3
3
4
4
Postgres Programmer's Guide.
5
- - thomas 1998-10-27
6
5
7
6
$Log: programmer.sgml,v $
8
- Revision 1.17 1999/06/03 04:21:49 thomas
9
- Markup changes for v6.5 release.
10
- Clean out duplicate stuff in odbc.sgml resulting from a faulty patch.
7
+ Revision 1.18 1999/06/23 06:21:19 thomas
8
+ Remove User's Guide entities since they were not being used.
11
9
12
10
Revision 1.16 1999/05/26 17:30:30 thomas
13
11
Add chapters on CVS access, MVCC, SQL theory to the docs.
@@ -16,39 +14,15 @@ Update most references to Postgres version numbers to 6.5,
16
14
*except* for the porting list which will require a report
17
15
from a successful installation to be updated.
18
16
19
- Revision 1.15 1999/05/22 02:27:24 thomas
20
- Finish initial markup of cvs.sgml, and include it in the programmer's guide
21
- and the integrated doc. Clean up other markup.
22
-
23
- Revision 1.14 1999/05/20 05:39:27 thomas
24
- Rearrange and consolidate the Admin Guide.
25
- Add reference pages for utilities and remove standalone chapters for same.
26
- Add material for an appendix on date/time properties, but not yet
27
- integrated with the User's Guide.
28
- Break up the former chapter on pg_options
29
- into Admin and Programmer's Guides.
30
-
31
- Revision 1.13 1999/04/08 13:28:22 thomas
32
- Add emacs editor hints to bottom of file.
33
-
34
17
Revision 1.12 1999/02/13 03:54:51 thomas
35
18
Re-enable arch-dev.sgml now that it has new information from Stefan's
36
19
Master's Thesis.
37
20
38
- Revision 1.11 1999/01/07 03:02:27 thomas
39
- Remove mention of a couple of introductory chapters
40
- which are not used here.
41
-
42
21
Revision 1.10 1998/10/31 09:36:36 thomas
43
22
Cleanup for v6.4 release.
44
23
Make new file current.sgml to hold release info for the current release.
45
24
Should be moved to release.sgml before filling with next release info.
46
25
47
- Revision 1.9 1998/10/30 19:37:11 thomas
48
- Minor editing and markup changes as a result of preparing the Postscript
49
- documentation for v6.4.
50
- Bigger updates to the installation instructions (install and config).
51
-
52
26
-->
53
27
54
28
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
@@ -60,26 +34,6 @@ Bigger updates to the installation instructions (install and config).
60
34
<!entity notation SYSTEM "notation.sgml">
61
35
<!entity y2k SYSTEM "y2k.sgml">
62
36
63
- <!entity arch SYSTEM "arch.sgml">
64
- <!entity query SYSTEM "query.sgml">
65
-
66
- <!entity advanced SYSTEM "advanced.sgml">
67
- <!entity environ SYSTEM "environ.sgml">
68
- <!entity manage SYSTEM "manage.sgml">
69
- <!entity datatype SYSTEM "datatype.sgml">
70
- <!entity array SYSTEM "array.sgml">
71
- <!entity inherit SYSTEM "inherit.sgml">
72
- <!entity query-ug SYSTEM "query-ug.sgml">
73
- <!entity storage SYSTEM "storage.sgml">
74
- <!entity psql SYSTEM "psql.sgml">
75
- <!entity pgaccess SYSTEM "pgaccess.sgml">
76
-
77
- <!entity install SYSTEM "install.sgml">
78
- <!entity recovery SYSTEM "recovery.sgml">
79
- <!entity regress SYSTEM "regress.sgml">
80
- <!entity ports SYSTEM "ports.sgml">
81
- <!entity release SYSTEM "release.sgml">
82
-
83
37
<!entity intro-pg SYSTEM "intro-pg.sgml">
84
38
<!entity arch-pg SYSTEM "arch-pg.sgml">
85
39
<!entity extend SYSTEM "extend.sgml">
@@ -118,27 +72,27 @@ Bigger updates to the installation instructions (install and config).
118
72
<!entity signals SYSTEM "signals.sgml">
119
73
]>
120
74
121
- <Book Id ="programmer">
75
+ <book id ="programmer">
122
76
123
77
<!-- Title information -->
124
78
125
- <Title >PostgreSQL Programmer's Guide</Title >
126
- <BookInfo >
127
- <ReleaseInfo >Covering v6.5 for general release</ReleaseInfo >
128
- <BookBiblio >
129
- <AuthorGroup >
130
- <CorpAuthor >The PostgreSQL Development Team</CorpAuthor >
131
- </AuthorGroup >
79
+ <title >PostgreSQL Programmer's Guide</title >
80
+ <bookinfo >
81
+ <releaseinfo >Covering v6.5 for general release</releaseinfo >
82
+ <bookbiblio >
83
+ <authorgroup >
84
+ <corpauthor >The PostgreSQL Development Team</corpauthor >
85
+ </authorgroup >
132
86
<!-- editor in authorgroup is not supported
133
87
<AuthorGroup>
134
88
-->
135
- <Editor >
136
- <FirstName >Thomas</FirstName >
137
- <SurName >Lockhart</SurName >
138
- <Affiliation >
139
- <OrgName >Caltech/JPL</OrgName >
140
- </Affiliation >
141
- </Editor >
89
+ <editor >
90
+ <firstname >Thomas</firstname >
91
+ <surname >Lockhart</surname >
92
+ <affiliation >
93
+ <orgname >Caltech/JPL</orgname >
94
+ </affiliation >
95
+ </editor >
142
96
<!--
143
97
</AuthorGroup>
144
98
-->
@@ -147,17 +101,17 @@ Bigger updates to the installation instructions (install and config).
147
101
<AuthorInitials>TGL</AuthorInitials>
148
102
-->
149
103
150
- <Date >(last updated 1999-06-01 )</Date >
151
- </BookBiblio >
104
+ <date >(last updated 1999-06-19 )</date >
105
+ </bookbiblio >
152
106
153
- <LegalNotice >
154
- <Para >
155
- <ProductName >PostgreSQL</ProductName > is Copyright © 1996-9
107
+ <legalnotice >
108
+ <para >
109
+ <productname >PostgreSQL</productname > is Copyright © 1996-9
156
110
by the Postgres Global Development Group.
157
- </Para >
158
- </LegalNotice >
111
+ </para >
112
+ </legalnotice >
159
113
160
- </BookInfo >
114
+ </bookinfo >
161
115
162
116
<!--
163
117
<TOC> </TOC>
@@ -172,20 +126,20 @@ Your name here...
172
126
</Dedication>
173
127
-->
174
128
175
- <Preface id="preface">
176
- <Title >Summary</Title >
129
+ <preface id="preface">
130
+ <title >Summary</title >
177
131
178
- <Para >
179
- <ProductName >Postgres</ProductName >,
132
+ <para >
133
+ <productname >Postgres</productname >,
180
134
developed originally in the UC Berkeley Computer Science Department,
181
135
pioneered many of the object-relational concepts
182
136
now becoming available in some commercial databases.
183
137
It provides SQL92/SQL3 language support,
184
138
transaction integrity, and type extensibility.
185
- <ProductName >PostgreSQL</ProductName > is a public-domain,
139
+ <productname >PostgreSQL</productname > is a public-domain,
186
140
open source descendant of this original Berkeley code.
187
- </Para >
188
- </Preface >
141
+ </para >
142
+ </preface >
189
143
190
144
&intro-pg;
191
145
&arch-pg;
@@ -244,7 +198,7 @@ Disable it until we put in some info.
244
198
</index>
245
199
-->
246
200
247
- </Book >
201
+ </book >
248
202
249
203
<!-- Keep this comment at the end of the file
250
204
Local variables:
0 commit comments