File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -99,8 +99,8 @@ COPY <replaceable class="parameter">table</replaceable> [ ( <replaceable class="
99
99
<para>
100
100
Changes the behavior of field formatting, forcing all data to be
101
101
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.
104
104
</para>
105
105
</listitem>
106
106
</varlistentry>
You can’t perform that action at this time.
0 commit comments