Skip to content

Commit 356dd2c

Browse files
committed
doc: mention that COPY MATCH requires columns _in_ _order_
Question asked at SCaLE conference. Reported-by: doc suggestion by Stephen Frost Backpatch-through: 15
1 parent 0b039e3 commit 356dd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/copy.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ COPY { <replaceable class="parameter">table_name</replaceable> [ ( <replaceable
280280
option is set to <literal>true</literal> (or equivalent Boolean value).
281281
If this option is set to <literal>MATCH</literal>, the number and names
282282
of the columns in the header line must match the actual column names of
283-
the table, otherwise an error is raised.
283+
the table, in order; otherwise an error is raised.
284284
This option is not allowed when using <literal>binary</literal> format.
285285
The <literal>MATCH</literal> option is only valid for <command>COPY
286286
FROM</command> commands.

0 commit comments

Comments
 (0)