Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc:
Lee Kindness <lkindness(at)csl(dot)co(dot)uk>, Peter Eisentraut <peter_e(at)gmx(dot)net>,
Jim Buttafuoco <jim(at)buttafuoco(dot)net>,
PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> I think we can allow something like:
> COPY FROM '/tmp/x' WITH ERRORS 2
This is not going to happen, at least not until after there's a
wholesale revision of error handling. As things stand we do not
have a choice: elog(ERROR) must abort the transaction, because we
can't guarantee that things are in good enough shape to continue.
See the archives for previous discussions.
regards, tom lane