Commit e6767a32 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

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.
parent 072174f9
......@@ -8,7 +8,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.35 2001/03/25 08:32:24 petere Exp $
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.36 2001/04/20 15:52:33 thomas Exp $
#
#----------------------------------------------------------------------------
......@@ -20,7 +20,7 @@ include $(top_builddir)/src/Makefile.global
.NOTPARALLEL:
ifndef DOCBOOKSTYLE
DOCBOOKSTYLE = /home/projects/pgsql/developers/thomas/db143.d/docbook
DOCBOOKSTYLE = /home/projects/pgsql/developers/thomas/db162.d/docbook
endif
ifndef JADE
......
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.13 2000/05/02 20:01:51 thomas Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.14 2001/04/20 15:52:33 thomas Exp $
-->
<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
<surname>Lockhart</surname>
</editor>
<pubdate>2000-05-01</pubdate>
<pubdate>2001-04-13</pubdate>
<publisher>
<publishername>The PostgreSQL Global Development Group</publishername>
</publisher>
......@@ -262,7 +262,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.13 2000/05/02 20:01:51 thom
<surname>Lockhart</surname>
</editor>
<pubdate>2000-05-01</pubdate>
<pubdate>2001-04-13</pubdate>
<publisher>
<publishername>The PostgreSQL Global Development Group</publishername>
</publisher>
......@@ -288,7 +288,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.13 2000/05/02 20:01:51 thom
<surname>Lockhart</surname>
</editor>
<pubdate>2000-05-01</pubdate>
<pubdate>2001-04-13</pubdate>
<publisher>
<publishername>The PostgreSQL Global Development Group</publishername>
</publisher>
......@@ -314,7 +314,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.13 2000/05/02 20:01:51 thom
<surname>Lockhart</surname>
</editor>
<pubdate>2000-05-01</pubdate>
<pubdate>2001-04-13</pubdate>
<publisher>
<publishername>The PostgreSQL Global Development Group</publishername>
</publisher>
......@@ -340,7 +340,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v 1.13 2000/05/02 20:01:51 thom
<surname>Lockhart</surname>
</editor>
<pubdate>2000-05-01</pubdate>
<pubdate>2001-04-13</pubdate>
<publisher>
<publishername>The PostgreSQL Global Development Group</publishername>
</publisher>
......
<!--
Documentation of the system catalogs, directed toward PostgreSQL developers
$Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.14 2001/03/24 23:03:26 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.15 2001/04/20 15:52:33 thomas Exp $
-->
<chapter id="catalogs">
......@@ -1193,7 +1193,7 @@
<entry>lancompiler</entry>
<entry><type>text</type></entry>
<entry></entry>
<entry>not useful</entry>
<entry>not currently used</entry>
</row>
</tbody>
</tgroup>
......
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.6 2001/01/19 04:47:50 tgl Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.7 2001/04/20 15:52:33 thomas Exp $ -->
<chapter id="charset">
<title>Localization</>
......@@ -108,7 +108,7 @@ export LANG=sv_SE
</row>
<row>
<entry>LC_CTYPE</>
<entry>Character classification (What is a letter? What is the upper-case equivalent of this letter?)</>
<entry>Character classification (What is a letter? The upper-case equivalent?)</>
</row>
<row>
<entry>LC_MESSAGES</>
......
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.31 2001/02/17 16:52:53 tgl Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.32 2001/04/20 15:52:33 thomas Exp $ -->
<appendix label="DG2" id="docguide">
<title>Documentation</title>
......@@ -36,8 +36,8 @@
</para>
<para>
The documentation is organized into several <quote>books</quote>
with varyingly confusing names:
The documentation is organized into several <quote>books</quote>:
<itemizedlist>
<listitem>
<para>
......@@ -49,6 +49,11 @@
<citetitle>User's Guide</citetitle>: documents the query language environment
</para>
</listitem>
<listitem>
<para>
<citetitle>Reference Manual</citetitle>: documents the query language
</para>
</listitem>
<listitem>
<para>
<citetitle>Administrator's Guide</citetitle>: installation and server maintenance
......@@ -68,8 +73,8 @@
</listitem>
</itemizedlist>
All five books are available as HTML and Postscript. The
<citetitle>User's Guide</citetitle> contains reference entries which
All books are available as HTML and Postscript. The
<citetitle>Reference Manual</citetitle> contains reference entries which
are also shipped as man pages.
</para>
......
This diff is collapsed.
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.15 2000/12/22 21:51:57 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.16 2001/04/20 15:52:33 thomas Exp $
Genetic Optimizer
-->
......@@ -28,7 +28,7 @@ Genetic Optimizer
<date>1997-10-02</date>
</docinfo>
<title>Genetic Query Optimization in Database Systems</title>
<title>Genetic Query Optimization</title>
<para>
<note>
......
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.4 2000/12/22 21:51:58 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.5 2001/04/20 15:52:33 thomas Exp $
-->
<chapter id="pgeasy-chapter">
<title id="pgeasy">libpgeasy - Simplified C Binding Library</title>
<title id="pgeasy">libpgeasy - Simplified C Library</title>
<note>
<title>Author</title>
......
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.12 2001/03/28 20:46:34 tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.13 2001/04/20 15:52:33 thomas Exp $
-->
<chapter id="mvcc">
......@@ -101,6 +101,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.12 2001/03/28 20:46:34 tgl Ex
<thead>
<row>
<entry>
Isolation Level
</entry>
<entry>
Dirty Read
......
<Chapter id="user-manag">
<title>Database User and Permission Management</title>
<title>Database Users and Permissions</title>
<para>
Managing database users and their privileges is in concept similar
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment