Re: COPY enhancements - Mailing list pgsql-hackers

From Tom Lane
Subject Re: COPY enhancements
Date
Msg-id 28375.1255444515@sss.pgh.pa.us
Whole thread Raw
In response to Re: COPY enhancements  (Emmanuel Cecchet <manu@frogthinker.org>)
Responses Re: COPY enhancements
List pgsql-hackers
Emmanuel Cecchet <manu@frogthinker.org> writes:
> - speed with error logging best effort: no use of sub-transactions but 
> errors that can safely be trapped with pg_try/catch (no index violation, 

There aren't any.  You can *not* put a try/catch around arbitrary code
without a subtransaction.  Don't even think about it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: missing entry in GucSource_Names
Next
From: "Kevin Grittner"
Date:
Subject: Re: EvalPlanQual seems a tad broken