projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42ec888
)
Suggest Win32 users user E'' strings and double backslashes used for
author
Bruce Momjian
<
[email protected]
>
Sat, 22 Apr 2006 03:03:19 +0000
(
03:03
+0000)
committer
Bruce Momjian
<
[email protected]
>
Sat, 22 Apr 2006 03:03:19 +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 36558ac21fac60c5c4cb3f70761e89e1551100e7..6fb0ce8a9a9fc994baafb79804c2dd62fc904ff1 100644
(file)
--- a/
doc/src/sgml/ref/copy.sgml
+++ b/
doc/src/sgml/ref/copy.sgml
@@
-106,7
+106,8
@@
COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla
<term><replaceable class="parameter">filename</replaceable></term>
<listitem>
<para>
- 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 double backslashes used as path separators.
</para>
</listitem>
</varlistentry>