Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d483b7

Browse files
committed
Suggest Win32 users user E'' strings and double backslashes used for
patch separators in COPY. Backpatch doubleing backslashes suggestion to 8.1.
1 parent 2206b49 commit 9d483b7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/ref/copy.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.73 2006/03/03 19:54:10 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.74 2006/04/22 03:03:11 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -106,7 +106,9 @@ COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla
106106
<term><replaceable class="parameter">filename</replaceable></term>
107107
<listitem>
108108
<para>
109-
The absolute path name of the input or output file.
109+
The absolute path name of the input or output file. Windows users
110+
might need to use an <literal>E''</> string and double backslashes
111+
used as path separators.
110112
</para>
111113
</listitem>
112114
</varlistentry>

0 commit comments

Comments
 (0)