projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3b7d2d
)
Make it clear it is the server version that determines if crlf is used. Idea from...
author
Bruce Momjian
Sun, 20 Apr 2003 01:52:55 +0000
(
01:52
+0000)
committer
Bruce Momjian
Sun, 20 Apr 2003 01:52:55 +0000
(
01:52
+0000)
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 209ae01bd7a8f700aa88a9fa18fc272b16d88670..48fa55629347f4586ca85fb9a157591997885d91 100644
(file)
--- a/
doc/src/sgml/ref/copy.sgml
+++ b/
doc/src/sgml/ref/copy.sgml
@@
-1,5
+1,5
@@
@@
-363,8
+363,9
@@
COPY
table
[ (
COPY TO
will terminate each row with a Unix-style
newline (
\n>>), or carriage return/newline
- ("\r\n") on MS Windows.
COPY FROM
can handle lines
- ending with newlines, carriage returns, or carriage return/newlines.
+ ("\r\n") for servers running MS Windows.
+
COPY FROM
can handle lines ending with newlines,
+ carriage returns, or carriage return/newlines.