projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f30a72d
)
Document that the COPY delimiter must be an ASCII byte, rather than a
author
Bruce Momjian
Wed, 18 Apr 2007 00:17:56 +0000
(
00:17
+0000)
committer
Bruce Momjian
Wed, 18 Apr 2007 00:17:56 +0000
(
00:17
+0000)
multi-byte value. It can also be a single-byte encoded character if
the client and server versions match.
Backpatch to 8.2.X.
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 5d3bf5906751743341b70b12196dbef754b96130..0140ea28aeb993c3e32277dfcf0e0b98462f30c1 100644
(file)
--- a/
doc/src/sgml/ref/copy.sgml
+++ b/
doc/src/sgml/ref/copy.sgml
@@
-1,5
+1,5
@@
@@
-171,7
+171,7
@@
COPY {
tablename
[ (
delimiter
- The single character that separates columns within each row
+ The single
ASCII
character that separates columns within each row
(line) of the file. The default is a tab character in text mode,
a comma in
CSV> mode.