@@ -36,7 +36,7 @@ COPY { <replaceable class="parameter">table_name</replaceable> [ ( <replaceable
36
36
FREEZE [ <replaceable class="parameter">boolean</replaceable> ]
37
37
DELIMITER '<replaceable class="parameter">delimiter_character</replaceable>'
38
38
NULL '<replaceable class="parameter">null_string</replaceable>'
39
- HEADER [ <replaceable class="parameter">boolean</replaceable> |match ]
39
+ HEADER [ <replaceable class="parameter">boolean</replaceable> |MATCH ]
40
40
QUOTE '<replaceable class="parameter">quote_character</replaceable>'
41
41
ESCAPE '<replaceable class="parameter">escape_character</replaceable>'
42
42
FORCE_QUOTE { ( <replaceable class="parameter">column_name</replaceable> [, ...] ) | * }
@@ -278,7 +278,7 @@ COPY { <replaceable class="parameter">table_name</replaceable> [ ( <replaceable
278
278
column in the file. On output, the first line contains the column
279
279
names from the table. On input, the first line is discarded when this
280
280
option is set to <literal>true</literal> (or equivalent Boolean value).
281
- If this option is set to <literal>match </literal>, the number and names
281
+ If this option is set to <literal>MATCH </literal>, the number and names
282
282
of the columns in the header line must match the actual column names of
283
283
the table, otherwise an error is raised.
284
284
This option is not allowed when using <literal>binary</literal> format.