Re: copy_from does not stop reading after an error - Mailing list psycopg

From Marko Kreen
Subject Re: copy_from does not stop reading after an error
Date
Msg-id AANLkTi=JywGtY_+2M-fs79gM6kUCozdQ-728r5YpNdBx@mail.gmail.com
Whole thread Raw
In response to Re: copy_from does not stop reading after an error  (Nicolas Grilly <nicolas@gardentechno.com>)
Responses Re: copy_from does not stop reading after an error  (Nicolas Grilly <nicolas@gardentechno.com>)
List psycopg
On Tue, Feb 8, 2011 at 2:38 PM, Nicolas Grilly <nicolas@gardentechno.com> wrote:
> On Tue, Feb 8, 2011 at 13:30, Marko Kreen <markokr@gmail.com> wrote:
>>
>> Yeah, seems your analysis is right and it's libpq (design?) bug,
>> so no way to work around it.
>
> Nice to know that my analysis is right... but eventually it is a bad news
> because the only way to fix the issue is to split input data into many
> chunks or to directly modify libpq... By the way, I have posted my analysis
> to pgsql-hackers and asked what the list thinks about modify pqParseInput to
> handle this case. But I have never posted to this list before so I don't
> know what is the good way to ask for feedback.

It's the high point of the of last flame^Wcommitfest for 9.1,
so it may take some time.

--
marko

psycopg by date:

Previous
From: Nicolas Grilly
Date:
Subject: Re: copy_from does not stop reading after an error
Next
From: Karsten Hilbert
Date:
Subject: Re: copy_from does not stop reading after an error