|
|
@ -662,7 +662,7 @@ main(int argc, char **argv) |
|
|
|
* --rows-per-insert were specified. |
|
|
|
* --rows-per-insert were specified. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
if (dopt.do_nothing && dopt.dump_inserts == 0) |
|
|
|
if (dopt.do_nothing && dopt.dump_inserts == 0) |
|
|
|
fatal("option --on-conflict-do-nothing requires option --inserts, --rows-per-insert or --column-inserts"); |
|
|
|
fatal("option --on-conflict-do-nothing requires option --inserts, --rows-per-insert, or --column-inserts"); |
|
|
|
|
|
|
|
|
|
|
|
/* Identify archive format to emit */ |
|
|
|
/* Identify archive format to emit */ |
|
|
|
archiveFormat = parseArchiveFormat(format, &archiveMode); |
|
|
|
archiveFormat = parseArchiveFormat(format, &archiveMode); |
|
|
|