projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2206b49
)
Suggest Win32 users user E'' strings and double backslashes used for
author
Bruce Momjian
Sat, 22 Apr 2006 03:03:11 +0000
(
03:03
+0000)
committer
Bruce Momjian
Sat, 22 Apr 2006 03:03:11 +0000
(
03:03
+0000)
patch separators in COPY.
Backpatch doubleing backslashes suggestion to 8.1.
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 e748cc2e8e97f9be26d83c7eb32e836338fedb71..c1d87e601c2cd67d1dabb0e7515c23f4deb7f54e 100644
(file)
--- a/
doc/src/sgml/ref/copy.sgml
+++ b/
doc/src/sgml/ref/copy.sgml
@@
-1,5
+1,5
@@
@@
-106,7
+106,9
@@
COPY
tablename
[ (
filename
- The absolute path name of the input or output file.
+ The absolute path name of the input or output file. Windows users
+ might need to use an
E''> string and double backslashes
+ used as path separators.