8000
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 2b53a46 commit 58fbbc9Copy full SHA for 58fbbc9
src/backend/commands/copyfrom.c
@@ -1310,7 +1310,7 @@ CopyFrom(CopyFromState cstate)
1310
if (cstate->opts.save_error_to != COPY_SAVE_ERROR_TO_ERROR &&
1311
cstate->num_errors > 0)
1312
ereport(NOTICE,
1313
- errmsg_plural("%llu row were skipped due to data type incompatibility",
+ errmsg_plural("%llu row was skipped due to data type incompatibility",
1314
"%llu rows were skipped due to data type incompatibility",
1315
(unsigned long long) cstate->num_errors,
1316
(unsigned long long) cstate->num_errors));
0 commit comments