Re: pgsql: Add new COPY option SAVE_ERROR_TO

2024-01-16 Thread Alexander Korotkov
On Tue, Jan 16, 2024 at 11:35 PM Alexander Korotkov wrote: > https://git.postgresql.org/pg/commitdiff/9e2d8701194fa1d280b73c024759950c74c1c637 I'm looking at this failure... https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=turaco&dt=2024-01-16%2022%3A21%3A27 -- Regards, Alexander Koro

pgsql: Add new COPY option SAVE_ERROR_TO

2024-01-16 Thread Alexander Korotkov
Add new COPY option SAVE_ERROR_TO Currently, when source data contains unexpected data regarding data type or range, the entire COPY fails. However, in some cases, such data can be ignored and just copying normal data is preferable. This commit adds a new option SAVE_ERROR_TO, which specifies whe