File tree Expand file tree Collapse file tree 4 files changed +671
-670
lines changed Expand file tree Collapse file tree 4 files changed +671
-670
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="inherit">
@@ -40,6 +40,7 @@ CREATE TABLE capitals (
40
40
The inheritance hierarchy is a actually a directed acyclic graph.
41
41
</para>
42
42
</note>
43
+ </para>
43
44
44
45
For example, the following query finds
45
46
all the cities that are situated at an attitude of 500ft or higher:
@@ -87,6 +88,7 @@ SELECT c.name, c.altitude
87
88
<command>ALTER TABLE</command>.
88
89
</para>
89
90
</chapter>
91
+ <para>
90
92
91
93
<!-- Keep this comment at the end of the file
92
94
Local variables:
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<chapter id="query">
@@ -154,7 +154,7 @@ INSERT INTO weather
154
154
</para>
155
155
156
156
<para>
157
- You can also use the <command>COPY</command> command to perform load large
157
+ You can also use <command>COPY</command> to load large
158
158
amounts of data from flat (<acronym>ASCII</acronym>) files.
159
159
This is usually faster because the data is read (or written) as a
160
160
single atomic
You can’t perform that action at this time.
0 commit comments