Re: PQputCopyData dont signal error - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: PQputCopyData dont signal error
Date
Msg-id 20140331163313.GZ9567@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: PQputCopyData dont signal error  (steve k <steven.c.kohler@nasa.gov>)
Responses Re: PQputCopyData dont signal error  (steve k <steven.c.kohler@nasa.gov>)
Re: PQputCopyData dont signal error  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
steve k wrote:

> I am examining other ways to do mass inserts/writes that allow for
> notification if some of the data contained within for some reason fails to
> copy/insert so that the cause of the bad data can be examined and remedied
> as soon as it occurs as well as writing the offending data to a log so that
> not all of it is lost.  

Have you looked at PGLoader?
https://github.com/dimitri/pgloader

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: steve k
Date:
Subject: Re: PQputCopyData dont signal error
Next
From: Robert Haas
Date:
Subject: Re: jsonb and nested hstore