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

Commit 69c617e

Browse files
author
Thomas G. Lockhart
committed
Remove User's Guide entities since they were not being used.
1 parent 3143220 commit 69c617e

File tree

1 file changed

+34
-80
lines changed

1 file changed

+34
-80
lines changed

doc/src/sgml/programmer.sgml

+34-80
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<!--
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 $
33

44
Postgres Programmer's Guide.
5-
- thomas 1998-10-27
65

76
$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.
119

1210
Revision 1.16 1999/05/26 17:30:30 thomas
1311
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,
1614
*except* for the porting list which will require a report
1715
from a successful installation to be updated.
1816

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-
3417
Revision 1.12 1999/02/13 03:54:51 thomas
3518
Re-enable arch-dev.sgml now that it has new information from Stefan's
3619
Master's Thesis.
3720

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-
4221
Revision 1.10 1998/10/31 09:36:36 thomas
4322
Cleanup for v6.4 release.
4423
Make new file current.sgml to hold release info for the current release.
4524
Should be moved to release.sgml before filling with next release info.
4625

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-
5226
-->
5327

5428
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
@@ -60,26 +34,6 @@ Bigger updates to the installation instructions (install and config).
6034
<!entity notation SYSTEM "notation.sgml">
6135
<!entity y2k SYSTEM "y2k.sgml">
6236

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-
8337
<!entity intro-pg SYSTEM "intro-pg.sgml">
8438
<!entity arch-pg SYSTEM "arch-pg.sgml">
8539
<!entity extend SYSTEM "extend.sgml">
@@ -118,27 +72,27 @@ Bigger updates to the installation instructions (install and config).
11872
<!entity signals SYSTEM "signals.sgml">
11973
]>
12074

121-
<Book Id="programmer">
75+
<book id="programmer">
12276

12377
<!-- Title information -->
12478

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>
13286
<!-- editor in authorgroup is not supported
13387
<AuthorGroup>
13488
-->
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>
14296
<!--
14397
</AuthorGroup>
14498
-->
@@ -147,17 +101,17 @@ Bigger updates to the installation instructions (install and config).
147101
<AuthorInitials>TGL</AuthorInitials>
148102
-->
149103

150-
<Date>(last updated 1999-06-01)</Date>
151-
</BookBiblio>
104+
<date>(last updated 1999-06-19)</date>
105+
</bookbiblio>
152106

153-
<LegalNotice>
154-
<Para>
155-
<ProductName>PostgreSQL</ProductName> is Copyright &copy; 1996-9
107+
<legalnotice>
108+
<para>
109+
<productname>PostgreSQL</productname> is Copyright &copy; 1996-9
156110
by the Postgres Global Development Group.
157-
</Para>
158-
</LegalNotice>
111+
</para>
112+
</legalnotice>
159113

160-
</BookInfo>
114+
</bookinfo>
161115

162116
<!--
163117
<TOC> </TOC>
@@ -172,20 +126,20 @@ Your name here...
172126
</Dedication>
173127
-->
174128

175-
<Preface id="preface">
176-
<Title>Summary</Title>
129+
<preface id="preface">
130+
<title>Summary</title>
177131

178-
<Para>
179-
<ProductName>Postgres</ProductName>,
132+
<para>
133+
<productname>Postgres</productname>,
180134
developed originally in the UC Berkeley Computer Science Department,
181135
pioneered many of the object-relational concepts
182136
now becoming available in some commercial databases.
183137
It provides SQL92/SQL3 language support,
184138
transaction integrity, and type extensibility.
185-
<ProductName>PostgreSQL</ProductName> is a public-domain,
139+
<productname>PostgreSQL</productname> is a public-domain,
186140
open source descendant of this original Berkeley code.
187-
</Para>
188-
</Preface>
141+
</para>
142+
</preface>
189143

190144
&intro-pg;
191145
&arch-pg;
@@ -244,7 +198,7 @@ Disable it until we put in some info.
244198
</index>
245199
-->
246200

247-
</Book>
201+
</book>
248202

249203
<!-- Keep this comment at the end of the file
250204
Local variables:

0 commit comments

Comments
 (0)