Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit356dd2c

Browse files
committed
doc: mention that COPY MATCH requires columns _in_ _order_
Question asked at SCaLE conference.Reported-by: doc suggestion by Stephen FrostBackpatch-through: 15
1 parent0b039e3 commit356dd2c

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)

[8]ページ先頭

©2009-2025 Movatter.jp