Commit 3296e6fe authored by Bruce Momjian's avatar Bruce Momjian

More cleanup

parent 74d1478c
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.15 2000/04/18 23:43:24 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.16 2000/04/18 23:44:58 momjian Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -196,12 +196,14 @@ ERROR: <replaceable>reason</replaceable> ...@@ -196,12 +196,14 @@ ERROR: <replaceable>reason</replaceable>
stored/read as binary format rather than as text. It is stored/read as binary format rather than as text. It is
somewhat faster than the normal copy command, but is not somewhat faster than the normal copy command, but is not
generally portable, and the files generated are somewhat larger, generally portable, and the files generated are somewhat larger,
although this factor is highly dependent on the data itself. By although this factor is highly dependent on the data itself.
default, a text copy uses a tab ("\t") character as a delimiter. </para>
<para>
By default, a text copy uses a tab ("\t") character as a delimiter.
The delimiter may also be changed to any other single character The delimiter may also be changed to any other single character
with the keyword phrase USING DELIMITERS. Characters with the keyword phrase USING DELIMITERS. Characters
in data fields which happen to match the delimiter character will in data fields which happen to match the delimiter character will
be quoted. be backslash quoted.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment