8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2206b49 commit 9d483b7Copy full SHA for 9d483b7
doc/src/sgml/ref/copy.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.73 2006/03/03 19:54:10 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.74 2006/04/22 03:03:11 momjian Exp $
3
PostgreSQL documentation
4
-->
5
@@ -106,7 +106,9 @@ COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla
106
<term><replaceable class="parameter">filename</replaceable></term>
107
<listitem>
108
<para>
109
- The absolute path name of the input or output file.
+ 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.
112
</para>
113
</listitem>
114
</varlistentry>
0 commit comments