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 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 $
33PostgreSQL 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>
You can’t perform that action at this time.
0 commit comments