Re: Re: Conflict handling for COPY FROM - Mailing list pgsql-hackers

From David Steele
Subject Re: Re: Conflict handling for COPY FROM
Date
Msg-id e0e1cffd-25ac-f0bb-31c1-3807c63edcc5@pgmasters.net
Whole thread Raw
In response to Re: Conflict handling for COPY FROM  (Andres Freund <andres@anarazel.de>)
Responses Re: Conflict handling for COPY FROM
List pgsql-hackers
Hi Surafel,

On 2/20/19 8:03 PM, Andres Freund wrote:
> On February 20, 2019 6:05:53 AM PST, Andrew Dunstan <andrew.dunstan@2ndquadrant.com> wrote:
>>
>> Why log to a file at all? We do have, you know, a database handy, where
>> we might more usefully log errors. You could usefully log the offending
>> row as an array of text, possibly.
> 
> Or even just return it as a row. CopyBoth is relatively widely supported these days.

This patch no longer applies so marked Waiting on Author.

Also, it appears that you have some comments from Andrew and Andres that 
you should reply to.

Regards,
-- 
-David
david@pgmasters.net


pgsql-hackers by date:

Previous
From: David Steele
Date:
Subject: Re: Re: reloption to prevent VACUUM from truncating empty pages atthe end of relation
Next
From: David Steele
Date:
Subject: Re: Re: FETCH FIRST clause PERCENT option