Skip to content

Commit 5f9ba04

Browse files
committed
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.
1 parent 7926259 commit 5f9ba04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/ref/copy.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.36 2002/08/04 05:09:36 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v 1.37 2002/08/04 05:22:02 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -99,8 +99,8 @@ COPY <replaceable class="parameter">table</replaceable> [ ( <replaceable class="
9999
<para>
100100
Changes the behavior of field formatting, forcing all data to be
101101
stored or read in binary format rather than as text. You can not
102-
specify <option>DELIMITER</option>, <option>NULL</option>, or
103-
a column list in binary mode.
102+
specify <option>DELIMITER</option> or <option>NULL</option>
103+
in binary mode.
104104
</para>
105105
</listitem>
106106
</varlistentry>

0 commit comments

Comments
 (0)