You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found your repository through a Postgres mailing list thread. Here is my problem. I want to have a catch-all error handler for bulk operation. But Postgres's COPY command fails on errors and the ignore error option only ignores some limited errors.
These are my requirements:
Inserting a lot of fake data
Updating nested model calculations for large hierarchical data sets
Inserting a lot of i18n translations
They are not related to ETL, and all of them should be done via the code (Node.js in this case).
So, two questions:
Does pg_bulkload support catch-all errors?
Can it be used and managed via code (Node)?
The text was updated successfully, but these errors were encountered:
Hello
I found your repository through a Postgres mailing list thread. Here is my problem. I want to have a catch-all error handler for bulk operation. But Postgres's
COPY
command fails on errors and theignore error
option only ignores some limited errors.These are my requirements:
They are not related to ETL, and all of them should be done via the code (Node.js in this case).
So, two questions:
pg_bulkload
support catch-all errors?The text was updated successfully, but these errors were encountered: