diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 8aae711b3b..63afa0d97e 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -280,7 +280,7 @@ COPY { table_name [ ( true (or equivalent Boolean value). If this option is set to MATCH, the number and names of the columns in the header line must match the actual column names of - the table, otherwise an error is raised. + the table, in order; otherwise an error is raised. This option is not allowed when using binary format. The MATCH option is only valid for COPY FROM commands.