projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7926259
)
Neil's patch claimed a column list didn't work for COPY BINARY.
author
Tom Lane
Sun, 4 Aug 2002 05:22:02 +0000
(
05:22
+0000)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/copy.sgml
b/doc/src/sgml/ref/copy.sgml
index 5d2b382419751457df6b6625934349a9ef2446b3..7048636171e1738bbf4c97586f14acd293d1353e 100644
(file)
--- a/
doc/src/sgml/ref/copy.sgml
+++ b/
doc/src/sgml/ref/copy.sgml
@@
-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
DELIMITER
,
NULL
, or
-
a column list
in binary mode.
+ specify
DELIMITER
or
NULL
+ in binary mode.