Neil's patch claimed a column list didn't work for COPY BINARY.
authorTom Lane
Sun, 4 Aug 2002 05:22:02 +0000 (05:22 +0000)
committerTom Lane
Sun, 4 Aug 2002 05:22:02 +0000 (05:22 +0000)
Which was true when he submitted it, but is so no longer.

doc/src/sgml/ref/copy.sgml

index 5d2b382419751457df6b6625934349a9ef2446b3..7048636171e1738bbf4c97586f14acd293d1353e 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -99,8 +99,8 @@ COPY table [ ( 
        
    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 , or
-   a column list in binary mode.
+   specify  or 
+   in binary mode.