Skip to content
Snippets Groups Projects
Commit 9d483b7b authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Suggest Win32 users user E'' strings and double backslashes used for

patch separators in COPY.

Backpatch doubleing backslashes suggestion to 8.1.
parent 2206b498
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$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 $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -106,7 +106,9 @@ COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla ...@@ -106,7 +106,9 @@ COPY <replaceable class="parameter">tablename</replaceable> [ ( <replaceable cla
<term><replaceable class="parameter">filename</replaceable></term> <term><replaceable class="parameter">filename</replaceable></term>
<listitem> <listitem>
<para> <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 use an <literal>E''</> string and double backslashes
used as path separators.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment