10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7f92b commit e711278Copy full SHA for e711278
doc/src/sgml/query.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.11 2000/04/11 05:39:06 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.12 2000/06/14 13:12:17 thomas Exp $
3
-->
4
5
<chapter id="query">
@@ -154,7 +154,7 @@ INSERT INTO weather
154
</para>
155
156
<para>
157
- You can also use the <command>COPY</command> command to perform load large
+ You can also use <command>COPY</command> to load large
158
amounts of data from flat (<acronym>ASCII</acronym>) files.
159
This is usually faster because the data is read (or written) as a
160
single atomic
0 commit comments