From 9d483b7bcf63df132aba5efa3ac95bcfca784922 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 22 Apr 2006 03:03:11 +0000 Subject: [PATCH] Suggest Win32 users user E'' strings and double backslashes used for patch separators in COPY. Backpatch doubleing backslashes suggestion to 8.1. --- doc/src/sgml/ref/copy.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index e748cc2e8e..c1d87e601c 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -1,5 +1,5 @@ @@ -106,7 +106,9 @@ COPY tablename [ ( filename - 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 E'' string and double backslashes + used as path separators.