Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features)
torikoshia <torikoshia@oss.nttdata.com>
From: torikoshia <torikoshia@oss.nttdata.com>
To: jian he <jian.universality@gmail.com>
Cc: Masahiko Sawada <sawada.mshk@gmail.com>, Alena Rybakina
<lena.ribackina@yandex.ru>, Damir Belyalov <dam.bel07@gmail.com>,
zhihuifan1213@163.com, Tom Lane <tgl@sss.pgh.pa.us>, Daniel Gustafsson
<daniel@yesql.se>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Andres
Freund <andres@anarazel.de>, anisimow.d@gmail.com, HukuToc@gmail.com,
pgsql-hackers@lists.postgresql.org, Andrei Lepikhov
<a.lepikhov@postgrespro.ru>
Date: 2023-12-18T05:09:03Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Fix COPY ON_ERROR option syntax synopsis.
- f6f8ac8e75c9 17.0 landed
-
Disallow specifying ON_ERROR option without value.
- a6d0fa5ef840 17.0 landed
-
Rename COPY option from SAVE_ERROR_TO to ON_ERROR
- b725b7eec431 17.0 landed
-
Fix spelling in notice
- 58fbbc9d683c 17.0 landed
-
Add new COPY option SAVE_ERROR_TO
- 9e2d8701194f 17.0 landed
Hi, > save the error metadata to system catalogs would be more expensive, > please see below explanation. > I have no knowledge of publications. > but i feel there is a feature request: publication FOR ALL TABLES > exclude regex_pattern. > Anyway, that would be another topic. I think saving error metadata to system catalog is not a good idea, too. And I believe Sawada-san just pointed out missing features and did not suggested that we use system catalog. > I don't think "specify the maximum number of errors to tolerate > before raising an ERROR." is very useful.... That may be so. I imagine it's useful in some use case since some loading tools have such options. Anyway I agree it's not necessary for initial patch as mentioned in [1]. > I suppose we can specify an ERRORFILE directory. similar > implementation [2], demo in [3] > it will generate 2 files, one file shows the malform line content as > is, another file shows the error info. That may be a good option when considering "(2) logging errors to somewhere". What do you think about the proposal to develop these features in incrementally? On 2023-12-15 05:48, Masahiko Sawada wrote: > So I'm thinking we may be able to implement this > feature incrementally. The first step would be something like an > option to ignore all errors or an option to specify the maximum number > of errors to tolerate before raising an ERROR. The second step would > be to support logging destinations such as server logs and tables. [1] https://www.postgresql.org/message-id/752672.1699474336%40sss.pgh.pa.us -- Regards, -- Atsushi Torikoshi NTT DATA Group Corporation