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

Commit a75f2d2

Browse files
author
Thomas G. Lockhart
committed
Clean up to ensure tag completion as required by the newest versions
of Norm's Modular Style Sheets and jade/docbook. From Vince Vielhaber <vev@michvhf.com>.
1 parent 6d7735e commit a75f2d2

File tree

115 files changed

+10677
-8090
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+10677
-8090
lines changed

doc/src/sgml/about.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<Para>
55
<ProductName>PostgreSQL</ProductName> is available without cost. This manual
66
describes version 6.4 of <ProductName>PostgreSQL</ProductName>.
7-
7+
</Para>
88
<Para>
99
We will use <ProductName>Postgres</ProductName>
1010
to mean the version distributed as <ProductName>PostgreSQL</ProductName>.
11-
11+
</Para>
1212
<Para>
1313
Check the Administrator's Guide for a list of currently supported machines.
1414
In general,
1515
<ProductName>Postgres</ProductName> is portable to any Unix/Posix-compatible system
1616
with full libc library support.
17-
17+
</Para>
1818
</Sect1>

doc/src/sgml/advanced.sgml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ SELECT name, altitude
6666
|Mariposa | 1953 |
6767
+----------+----------+
6868
</ProgramListing>
69+
</Para>
6970

7071
<Para>
7172
On the other hand, to find the names of all cities,
@@ -111,6 +112,7 @@ SELECT c.name, c.altitude
111112
sub-values that can be accessed from the query
112113
language. For example, you can create attributes that
113114
are arrays of base types.
115+
</Para>
114116

115117
<Sect2>
116118
<Title>Arrays</Title>
@@ -210,7 +212,7 @@ SELECT SAL_EMP.schedule[1:2][1:1]
210212
+-------------------+
211213
</ProgramListing>
212214
</Para>
213-
215+
</sect2>
214216
</Sect1>
215217

216218
<Sect1>
@@ -286,13 +288,15 @@ On UNIX systems, this is always midnight, January 1, 1970 GMT.
286288
|Mariposa | 1320 |
287289
+---------+------------+
288290
</ProgramListing>
291+
</Para>
289292

290293
<Para>
291294
The default beginning of a time range is the earliest
292295
time representable by the system and the default end is
293296
the current time; thus, the above time range can be
294297
abbreviated as ``[,].''
295298
</Para>
299+
</sect1>
296300

297301
<Sect1>
298302
<Title>More Advanced Features</Title>
@@ -301,5 +305,7 @@ On UNIX systems, this is always midnight, January 1, 1970 GMT.
301305
<ProductName>Postgres</ProductName> has many features not touched upon in this
302306
tutorial introduction, which has been oriented toward newer users of <Acronym>SQL</Acronym>.
303307
These are discussed in more detail in both the User's and Programmer's Guides.
308+
</Para>
304309

310+
</sect1>
305311
</Chapter>

doc/src/sgml/arch-dev.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
</Para>
3131
</ListItem>
3232
</ItemizedList>
33+
</Para>
3334

3435
<Para>
3536
A single <Application>postmaster</Application> manages a given collection of
@@ -76,5 +77,5 @@
7677
case, all files relating to a database should belong to
7778
this <ProductName>Postgres</ProductName> superuser.
7879
</Para>
79-
80+
</sect1>
8081
</Chapter>

doc/src/sgml/arch-pg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</Para>
3131
</ListItem>
3232
</ItemizedList>
33-
33+
</para>
3434
<Para>
3535
A single <Application>postmaster</Application> manages a given collection of
3636
databases on a single host. Such a collection of
@@ -79,5 +79,5 @@ Furthermore, the <ProductName>Postgres</ProductName> superuser should
7979
case, all files relating to a database should belong to
8080
this <ProductName>Postgres</ProductName> superuser.
8181
</Para>
82-
82+
</sect1>
8383
</Chapter>

doc/src/sgml/arch.sgml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
In database jargon, <ProductName>Postgres</ProductName> uses a simple "process
1313
per-user" client/server model. A <ProductName>Postgres</ProductName> session
1414
consists of the following cooperating UNIX processes (programs):
15+
</Para>
1516

1617
<ItemizedList>
1718
<ListItem>
@@ -53,6 +54,7 @@
5354
<Application>postmaster</Application>. Hence, the <Application>postmaster</Application> is always running, waiting
5455
for requests, whereas frontend and backend processes
5556
come and go.
57+
</Para>
5658

5759
<Para>
5860
The <FileName>libpq</FileName> library allows a single
@@ -69,6 +71,7 @@
6971
machine may not be accessible (or may only be accessed
7072
using a different filename) on the database server
7173
machine.
74+
</Para>
7275

7376
<Para>
7477
You should also be aware that the <Application>postmaster</Application> and
@@ -81,5 +84,5 @@
8184
case, all files relating to a database should belong to
8285
this <ProductName>Postgres</ProductName> superuser.
8386
</Para>
84-
87+
</sect1>
8588
</Chapter>

0 commit comments

Comments
 (0)