We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b039e3 commit 356dd2cCopy full SHA for 356dd2c
doc/src/sgml/ref/copy.sgml
@@ -280,7 +280,7 @@ COPY { <replaceable class="parameter">table_name</replaceable> [ ( <replaceable
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
282
of the columns in the header line must match the actual column names of
283
- the table, otherwise an error is raised.
+ the table, in order; otherwise an error is raised.
284
This option is not allowed when using <literal>binary</literal> format.
285
The <literal>MATCH</literal> option is only valid for <command>COPY
286
FROM</command> commands.
0 commit comments