diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index e748cc2e8e9..c1d87e601c2 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.