diff options
author | Thomas G. Lockhart | 2000-06-14 13:12:17 +0000 |
---|---|---|
committer | Thomas G. Lockhart | 2000-06-14 13:12:17 +0000 |
commit | e7112784a1c5a963c952613b53e3da505070714a (patch) | |
tree | 5d14a81362e2f74054b2f62652f355299ef17423 | |
parent | ee7f92b76b4dbd4a55d6d467c151b1233c6a8aad (diff) |
Reword to reduce redundant wording in some wording ;)
-rw-r--r-- | doc/src/sgml/query.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/query.sgml b/doc/src/sgml/query.sgml index ef519c73466..eba1f330a6f 100644 --- a/doc/src/sgml/query.sgml +++ b/doc/src/sgml/query.sgml @@ -1,5 +1,5 @@ <!-- -$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 $ --> <chapter id="query"> @@ -154,7 +154,7 @@ INSERT INTO weather </para> <para> - You can also use the <command>COPY</command> command to perform load large + You can also use <command>COPY</command> to load large amounts of data from flat (<acronym>ASCII</acronym>) files. This is usually faster because the data is read (or written) as a single atomic |