Index: doc/src/sgml/ref/copy.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/ref/copy.sgml,v
retrieving revision 1.73
diff -c -c -r1.73 copy.sgml
*** doc/src/sgml/ref/copy.sgml	3 Mar 2006 19:54:10 -0000	1.73
--- doc/src/sgml/ref/copy.sgml	22 Apr 2006 02:58:39 -0000
***************
*** 106,112 ****
      <term><replaceable class="parameter">filename</replaceable></term>
      <listitem>
       <para>
!       The absolute path name of the input or output file.
       </para>
      </listitem>
     </varlistentry>
--- 106,114 ----
      <term><replaceable class="parameter">filename</replaceable></term>
      <listitem>
       <para>
!       The absolute path name of the input or output file.  Windows users
!       might need to use an <literal>E''</> string and double backslashes
!       used as path separators.
       </para>
      </listitem>
     </varlistentry>
