From 21138b5e595a149aef973c3d275fd291b043b887 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Sat, 22 Apr 2006 03:03:19 +0000
Subject: 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 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'doc/src/sgml')
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.
--
cgit v1.2.3