Skip to content

Does it have a catch-all error handler? #171

Description

@Nefcanto

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 the ignore error option only ignores some limited errors.

These are my requirements:

  1. Inserting a lot of fake data
  2. Updating nested model calculations for large hierarchical data sets
  3. 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:

  1. Does pg_bulkload support catch-all errors?
  2. Can it be used and managed via code (Node)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions