diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-08-04 05:22:02 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-08-04 05:22:02 +0000 |
commit | 5f9ba042a7ce1e682e6f47172e870c8b6a2ac5d1 (patch) | |
tree | 9471044b4be90e2bb56cc24b8f41a26f39d9118e /doc/src | |
parent | 7926259de3423f763f8d6a936e78e6fa7351b25d (diff) | |
download | postgresql-5f9ba042a7ce1e682e6f47172e870c8b6a2ac5d1.tar.gz postgresql-5f9ba042a7ce1e682e6f47172e870c8b6a2ac5d1.zip |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/copy.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 5d2b3824197..7048636171e 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -1,5 +1,5 @@ <!-- -$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 --> @@ -99,8 +99,8 @@ COPY <replaceable class="parameter">table</replaceable> [ ( <replaceable class=" <para> Changes the behavior of field formatting, forcing all data to be stored or read in binary format rather than as text. You can not - specify <option>DELIMITER</option>, <option>NULL</option>, or - a column list in binary mode. + specify <option>DELIMITER</option> or <option>NULL</option> + in binary mode. </para> </listitem> </varlistentry> |