diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml new file mode 100644 index d9b7c4d..a99f815 *** a/doc/src/sgml/ref/copy.sgml --- b/doc/src/sgml/ref/copy.sgml *************** COPY { ta *** 61,71 **** ! If a list of columns is specified, COPY 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, ! COPY FROM will insert the default values for ! those columns. --- 61,71 ---- ! If a column list is specified, COPY TO copies only ! the data in the specified columns to the file. For COPY ! FROM, each field in the file is inserted, in order, into the ! specified column. Table columns not specified in the COPY ! FROM column list will receive their default values.