Re: PQputCopyData dont signal error

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: steve k <steven(dot)c(dot)kohler(at)nasa(dot)gov>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PQputCopyData dont signal error
Date: 2014-03-31 16:33:13
Message-ID: 20140331163313.GZ9567@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2014-03-31 16:34:39 Re: jsonb and nested hstore
Previous Message steve k 2014-03-31 16:19:21 Re: PQputCopyData dont signal error