Commit 5f9ba042 authored by Tom Lane's avatar Tom Lane

Neil's patch claimed a column list didn't work for COPY BINARY.

Which was true when he submitted it, but is so no longer.
parent 7926259d
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.36 2002/08/04 05:09:36 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.37 2002/08/04 05:22:02 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -99,8 +99,8 @@ COPY <replaceable class="parameter">table</replaceable> [ ( <replaceable class=" ...@@ -99,8 +99,8 @@ COPY <replaceable class="parameter">table</replaceable> [ ( <replaceable class="
<para> <para>
Changes the behavior of field formatting, forcing all data to be Changes the behavior of field formatting, forcing all data to be
stored or read in binary format rather than as text. You can not stored or read in binary format rather than as text. You can not
specify <option>DELIMITER</option>, <option>NULL</option>, or specify <option>DELIMITER</option> or <option>NULL</option>
a column list in binary mode. in binary mode.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
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