Commit 739425db authored by Bruce Momjian's avatar Bruce Momjian

Document that the COPY delimiter must be an ASCII byte, rather than a

multi-byte value.  It can also be a single-byte encoded character if
the client and server versions match.

Backpatch to 8.2.X.
parent f30a72dc
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.78 2007/01/31 23:26:03 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.79 2007/04/18 00:17:56 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -171,7 +171,7 @@ COPY { <replaceable class="parameter">tablename</replaceable> [ ( <replaceable c ...@@ -171,7 +171,7 @@ COPY { <replaceable class="parameter">tablename</replaceable> [ ( <replaceable c
<term><replaceable class="parameter">delimiter</replaceable></term> <term><replaceable class="parameter">delimiter</replaceable></term>
<listitem> <listitem>
<para> <para>
The single character that separates columns within each row The single ASCII character that separates columns within each row
(line) of the file. The default is a tab character in text mode, (line) of the file. The default is a tab character in text mode,
a comma in <literal>CSV</> mode. a comma in <literal>CSV</> mode.
</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