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

Commit f75bf18

Browse files
author
Thomas G. Lockhart
committed
Accumulated fixups.
Add some chapters on new topics. Change to referencing OASIS/Docbook v3.1 rather than Davenport/Docbook v3.0 Grepped for and fixed apparent tag mangling from emacs "Normalize" operation. Should be the last of those.
1 parent 2cc8e6a commit f75bf18

19 files changed

+1475
-1410
lines changed

doc/src/sgml/admin.sgml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.19 2000/03/28 14:16:06 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.20 2000/03/30 22:22:40 thomas Exp $
33

44
Postgres Administrator's Guide.
55
Derived from postgres.sgml.
66
- thomas 1998-10-27
77

88
$Log: admin.sgml,v $
9+
Revision 1.20 2000/03/30 22:22:40 thomas
10+
Accumulated fixups.
11+
Add some chapters on new topics.
12+
Change to referencing OASIS/Docbook v3.1 rather than Davenport/Docbook v3.0
13+
Grepped for and fixed apparent tag mangling from emacs
14+
"Normalize" operation. Should be the last of those.
15+
916
Revision 1.19 2000/03/28 14:16:06 thomas
1017
Update SGML catalog references to DocBook 3.1 on FreeBSD.
1118
Matches postgresql.org/hub.org environment.
@@ -34,6 +41,7 @@ Clean out duplicate stuff in odbc.sgml resulting from a faulty patch.
3441
<!entity info SYSTEM "info.sgml">
3542
<!entity legal SYSTEM "legal.sgml">
3643
<!entity notation SYSTEM "notation.sgml">
44+
<!entity problems SYSTEM "problems.sgml">
3745
<!entity y2k SYSTEM "y2k.sgml">
3846

3947
<!entity config SYSTEM "config.sgml">

doc/src/sgml/advanced.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<para>
55
Having covered the basics of using
6-
<productname>e>Postgr</productname>e> <acronym>SQL</acronym> to
6+
<productname>Postgres</productname> <acronym>SQL</acronym> to
77
access your data, we will now discuss those features of
88
<productname>Postgres</productname> that distinguish it from conventional data
99
managers. These features include inheritance, time
@@ -103,7 +103,7 @@ SELECT c.name, c.altitude
103103
be run over cities and all classes below cities in the
104104
inheritance hierarchy. Many of the commands that we
105105
have already discussed (<command>select</command>,
106-
<command>and>up</command>and> and <command>delete</command>)
106+
<command>update</command> and <command>delete</command>)
107107
support this <quote>*</quote> notation, as do others, like
108108
<command>alter</command>.
109109
</para>

doc/src/sgml/bug-reporting.sgml

Lines changed: 0 additions & 296 deletions
This file was deleted.

0 commit comments

Comments
 (0)