Suggest Win32 users user E'' strings and double backslashes used for
authorBruce Momjian <[email protected]>
Sat, 22 Apr 2006 03:03:19 +0000 (03:03 +0000)
committerBruce Momjian <[email protected]>
Sat, 22 Apr 2006 03:03:19 +0000 (03:03 +0000)
patch separators in COPY.

Backpatch doubleing backslashes suggestion to 8.1.

doc/src/sgml/ref/copy.sgml

index 36558ac21fac60c5c4cb3f70761e89e1551100e7..6fb0ce8a9a9fc994baafb79804c2dd62fc904ff1 100644 (file)
@@ -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>