Skip to content

Commit e6767a3

Browse files
author
Thomas G. Lockhart
committed
Final markup for 7.1 hardcopy release. Mostly typo and table-fitting
adjustments. Note that many tables are being abused with *really* long description columns. Should probably shrink those columns to be more concise, and move some of the info to follow-on reference notes.
1 parent 072174f commit e6767a3

File tree

10 files changed

+117
-112
lines changed

10 files changed

+117
-112
lines changed

doc/src/sgml/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.35 2001/03/25 08:32:24 petere Exp $
11+
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.36 2001/04/20 15:52:33 thomas Exp $
1212
#
1313
#----------------------------------------------------------------------------
1414

@@ -20,7 +20,7 @@ include $(top_builddir)/src/Makefile.global
2020
.NOTPARALLEL:
2121

2222
ifndef DOCBOOKSTYLE
23-
DOCBOOKSTYLE = /home/projects/pgsql/developers/thomas/db143.d/docbook
23+
DOCBOOKSTYLE = /home/projects/pgsql/developers/thomas/db162.d/docbook
2424
endif
2525

2626
ifndef JADE

doc/src/sgml/biblio.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.13 2000/05/02 20:01:51 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.14 2001/04/20 15:52:33 thomas Exp $
33
-->
44

55
<bibliography id="biblio">
@@ -236,7 +236,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.13 2000/05/02 20:01:51 thom
236236
<surname>Lockhart</surname>
237237
</editor>
238238

239-
<pubdate>2000-05-01</pubdate>
239+
<pubdate>2001-04-13</pubdate>
240240
<publisher>
241241
<publishername>The PostgreSQL Global Development Group</publishername>
242242
</publisher>
@@ -262,7 +262,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.13 2000/05/02 20:01:51 thom
262262
<surname>Lockhart</surname>
263263
</editor>
264264

265-
<pubdate>2000-05-01</pubdate>
265+
<pubdate>2001-04-13</pubdate>
266266
<publisher>
267267
<publishername>The PostgreSQL Global Development Group</publishername>
268268
</publisher>
@@ -288,7 +288,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.13 2000/05/02 20:01:51 thom
288288
<surname>Lockhart</surname>
289289
</editor>
290290

291-
<pubdate>2000-05-01</pubdate>
291+
<pubdate>2001-04-13</pubdate>
292292
<publisher>
293293
<publishername>The PostgreSQL Global Development Group</publishername>
294294
</publisher>
@@ -314,7 +314,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.13 2000/05/02 20:01:51 thom
314314
<surname>Lockhart</surname>
315315
</editor>
316316

317-
<pubdate>2000-05-01</pubdate>
317+
<pubdate>2001-04-13</pubdate>
318318
<publisher>
319319
<publishername>The PostgreSQL Global Development Group</publishername>
320320
</publisher>
@@ -340,7 +340,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.13 2000/05/02 20:01:51 thom
340340
<surname>Lockhart</surname>
341341
</editor>
342342

343-
<pubdate>2000-05-01</pubdate>
343+
<pubdate>2001-04-13</pubdate>
344344
<publisher>
345345
<publishername>The PostgreSQL Global Development Group</publishername>
346346
</publisher>

doc/src/sgml/catalogs.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Documentation of the system catalogs, directed toward PostgreSQL developers
3-
$Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.14 2001/03/24 23:03:26 petere Exp $
3+
$Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.15 2001/04/20 15:52:33 thomas Exp $
44
-->
55

66
<chapter id="catalogs">
@@ -1193,7 +1193,7 @@
11931193
<entry>lancompiler</entry>
11941194
<entry><type>text</type></entry>
11951195
<entry></entry>
1196-
<entry>not useful</entry>
1196+
<entry>not currently used</entry>
11971197
</row>
11981198
</tbody>
11991199
</tgroup>

doc/src/sgml/charset.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.6 2001/01/19 04:47:50 tgl Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.7 2001/04/20 15:52:33 thomas Exp $ -->
22

33
<chapter id="charset">
44
<title>Localization</>
@@ -108,7 +108,7 @@ export LANG=sv_SE
108108
</row>
109109
<row>
110110
<entry>LC_CTYPE</>
111-
<entry>Character classification (What is a letter? What is the upper-case equivalent of this letter?)</>
111+
<entry>Character classification (What is a letter? The upper-case equivalent?)</>
112112
</row>
113113
<row>
114114
<entry>LC_MESSAGES</>

doc/src/sgml/docguide.sgml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.31 2001/02/17 16:52:53 tgl Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.32 2001/04/20 15:52:33 thomas Exp $ -->
22

33
<appendix label="DG2" id="docguide">
44
<title>Documentation</title>
@@ -36,8 +36,8 @@
3636
</para>
3737

3838
<para>
39-
The documentation is organized into several <quote>books</quote>
40-
with varyingly confusing names:
39+
The documentation is organized into several <quote>books</quote>:
40+
4141
<itemizedlist>
4242
<listitem>
4343
<para>
@@ -49,6 +49,11 @@
4949
<citetitle>User's Guide</citetitle>: documents the query language environment
5050
</para>
5151
</listitem>
52+
<listitem>
53+
<para>
54+
<citetitle>Reference Manual</citetitle>: documents the query language
55+
</para>
56+
</listitem>
5257
<listitem>
5358
<para>
5459
<citetitle>Administrator's Guide</citetitle>: installation and server maintenance
@@ -68,8 +73,8 @@
6873
</listitem>
6974
</itemizedlist>
7075

71-
All five books are available as HTML and Postscript. The
72-
<citetitle>User's Guide</citetitle> contains reference entries which
76+
All books are available as HTML and Postscript. The
77+
<citetitle>Reference Manual</citetitle> contains reference entries which
7378
are also shipped as man pages.
7479
</para>
7580

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy