diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml
new file mode 100644
index d9b7c4d..475d40c
*** a/doc/src/sgml/ref/copy.sgml
--- b/doc/src/sgml/ref/copy.sgml
*************** COPY { <replaceable class="parameter">ta
*** 63,71 ****
    <para>
     If a list of columns is specified, <command>COPY</command> will
     only copy the data in the specified columns to or from the file.
!    If there are any columns in the table that are not in the column list,
!    <command>COPY FROM</command> will insert the default values for
!    those columns.
    </para>
  
    <para>
--- 63,72 ----
    <para>
     If a list of columns is specified, <command>COPY</command> will
     only copy the data in the specified columns to or from the file.
!    In <command>COPY FROM</command>, the number of columns specified
!    must match the number of fields in the file;  any table columns not
!    specified in the <command>COPY FROM</command> column list will insert
!    their default values.
    </para>
  
    <para>
