From: Bruce Momjian Date: Sat, 22 Apr 2006 03:03:19 +0000 (+0000) Subject: Suggest Win32 users user E'' strings and double backslashes used for X-Git-Tag: REL8_1_4~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21138b5e595a149aef973c3d275fd291b043b887;p=thirdparty%2Fpostgresql.git Suggest Win32 users user E'' strings and double backslashes used for patch separators in COPY. Backpatch doubleing backslashes suggestion to 8.1. --- diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 24d87615e45..9e25076000e 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -1,5 +1,5 @@ @@ -106,7 +106,8 @@ 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 double backslashes used as path separators.