1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

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

patch separators in COPY.

Backpatch doubleing backslashes suggestion to 8.1.
This commit is contained in:
Bruce Momjian
2006-04-22 03:03:19 +00:00
parent bc5ba26d6b
commit 21138b5e59

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.70.2.2 2005/12/28 14:38:43 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.70.2.3 2006/04/22 03:03:19 momjian Exp $
PostgreSQL documentation
-->
@ -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>