|
1 | 1 | <!--
|
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 $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -106,7 +106,9 @@ COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla
|
106 | 106 | <term><replaceable class="parameter">filename</replaceable></term>
|
107 | 107 | <listitem>
|
108 | 108 | <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. |
110 | 112 | </para>
|
111 | 113 | </listitem>
|
112 | 114 | </varlistentry>
|
|