Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3a82b67

Browse files
author
Thomas G. Lockhart
committed
Fix markup to allow doc building.
1 parent2d14335 commit3a82b67

File tree

4 files changed

+671
-670
lines changed

4 files changed

+671
-670
lines changed

‎doc/src/sgml/inherit.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/inherit.sgml,v 1.7 2000/05/02 20:01:51 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/inherit.sgml,v 1.7.2.1 2000/06/14 13:18:59 thomas Exp $
33
-->
44

55
<chapter id="inherit">
@@ -40,6 +40,7 @@ CREATE TABLE capitals (
4040
The inheritance hierarchy is a actually a directed acyclic graph.
4141
</para>
4242
</note>
43+
</para>
4344

4445
For example, the following query finds
4546
all the cities that are situated at an attitude of 500ft or higher:
@@ -87,6 +88,7 @@ SELECT c.name, c.altitude
8788
<command>ALTER TABLE</command>.
8889
</para>
8990
</chapter>
91+
<para>
9092

9193
<!-- Keep this comment at the end of the file
9294
Local variables:

‎doc/src/sgml/query.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.11 2000/04/11 05:39:06 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.11.2.1 2000/06/14 13:18:59 thomas Exp $
33
-->
44

55
<chapter id="query">
@@ -154,7 +154,7 @@ INSERT INTO weather
154154
</para>
155155

156156
<para>
157-
You can also usethe<command>COPY</command>command to perform load large
157+
You can also use <command>COPY</command>to load large
158158
amounts of data from flat (<acronym>ASCII</acronym>) files.
159159
This is usually faster because the data is read (or written) as a
160160
single atomic

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp