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

Commit da81490

Browse files
committed
SGML improvements.
Neil Conway
1 parent 8bc717c commit da81490

29 files changed

+405
-364
lines changed

doc/src/sgml/admin.sgml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.40 2002/10/24 17:48:54 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.41 2002/11/15 03:11:15 momjian Exp $
33
-->
44

55
<book id="admin">
@@ -25,13 +25,13 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.40 2002/10/24 17:48:54
2525
<title>What's In This Book</title>
2626

2727
<para>
28-
This book covers topics that are of interest to a PostgreSQL
29-
database administrator. This includes installation of the
30-
software, set up and configuration of the server, management of
31-
users and databases, and maintenance tasks. Anyone who runs a
32-
PostgreSQL server, either for personal use, but especially in
33-
production, should be familiar with the topics covered in this
34-
book.
28+
This book covers topics that are of interest to a
29+
<productname>PostgreSQL</> database administrator. This includes
30+
installation of the software, set up and configuration of the
31+
server, management of users and databases, and maintenance tasks.
32+
Anyone who runs a <productname>PostgreSQL</> server, either for
33+
personal use, but especially in production, should be familiar
34+
with the topics covered in this book.
3535
</para>
3636

3737
<para>
@@ -49,9 +49,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.40 2002/10/24 17:48:54
4949
up their own server can begin their exploration with this book.
5050
The rest of this book which is about tuning and management
5151
presupposes that the reader is familiar with the general use of
52-
the PostgreSQL database system. Readers are encouraged to look at
53-
the &cite-tutorial; and the &cite-user; for additional
54-
information.
52+
the <productname>PostgreSQL</> database system. Readers are
53+
encouraged to look at the &cite-tutorial; and the &cite-user; for
54+
additional information.
5555
</para>
5656

5757
<para>

doc/src/sgml/charset.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.29 2002/09/21 18:32:52 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.30 2002/11/15 03:11:15 momjian Exp $ -->
22

33
<chapter id="charset">
44
<title>Localization</>
@@ -351,7 +351,8 @@ perl: warning: Falling back to the standard locale ("C").
351351
</para>
352352

353353
<para>
354-
Multibyte support is enabled by default since PostgreSQL version 7.3.
354+
Multibyte support is enabled by default since
355+
<productname>PostgreSQL</> version 7.3.
355356
</para>
356357

357358
<sect2>
@@ -574,7 +575,7 @@ $ <userinput>psql -l</userinput>
574575
encoding conversion between server and client for some
575576
encodings. The conversion info is stored in <literal>pg_conversion</> system
576577
catalog. You can create a new conversion by using <command>CREATE
577-
CONVERSION</command>. PostgreSQL comes with some predefined
578+
CONVERSION</command>. <productname>PostgreSQL</> comes with some predefined
578579
conversions. They are listed in <xref
579580
linkend="multibyte-translation-table">.
580581
</para>

doc/src/sgml/client-auth.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.40 2002/11/11 20:14:02 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.41 2002/11/15 03:11:15 momjian Exp $
33
-->
44

55
<chapter id="client-authentication">
@@ -160,9 +160,9 @@ hostssl <replaceable>database</replaceable> <replaceable>user</replaceable> <
160160
<term><replaceable>user</replaceable></term>
161161
<listitem>
162162
<para>
163-
Specifies which PostgreSQL users this record matches. The value
164-
<literal>all</literal> specifies that it matches all users.
165-
Otherwise, this is the name of a specific
163+
Specifies which <productname>PostgreSQL</> users this record
164+
matches. The value <literal>all</literal> specifies that it
165+
matches all users. Otherwise, this is the name of a specific
166166
<productname>PostgreSQL</productname> user. Multiple user names
167167
can be supplied by separating them with commas. Group names can
168168
be specified by preceding the group name with <literal>+</>. A

0 commit comments

Comments
 (0)