summaryrefslogtreecommitdiff
path: root/doc/src/sgml
diff options
context:
space:
mode:
authorBruce Momjian2006-04-22 03:03:19 +0000
committerBruce Momjian2006-04-22 03:03:19 +0000
commit21138b5e595a149aef973c3d275fd291b043b887 (patch)
tree0b72ce70f074be8bf379bcb307f39b35dacb4f0c /doc/src/sgml
parentbc5ba26d6b1fc94931f0f45a2ab7f93fb8c2c680 (diff)
Suggest Win32 users user E'' strings and double backslashes used for
patch separators in COPY. Backpatch doubleing backslashes suggestion to 8.1.
Diffstat (limited to 'doc/src/sgml')
-rw-r--r--doc/src/sgml/ref/copy.sgml5
1 files changed, 3 insertions, 2 deletions
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 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.70.2.2 2005/12/28 14:38:43 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/copy.sgml,v 1.70.2.3 2006/04/22 03:03:19 momjian Exp $
PostgreSQL documentation
-->
@@ -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>