diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 546cef04b98..40af423ccf1 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -36,7 +36,7 @@ COPY { table_name [ ( boolean ] DELIMITER 'delimiter_character' NULL 'null_string' - HEADER [ boolean | match ] + HEADER [ boolean | MATCH ] QUOTE 'quote_character' ESCAPE 'escape_character' FORCE_QUOTE { ( column_name [, ...] ) | * } @@ -278,7 +278,7 @@ COPY { table_name [ ( true (or equivalent Boolean value). - If this option is set to match, the number and names + 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. This option is not allowed when using binary format.