Re: Is there a logical reason for 25P02? - Mailing list pgsql-general

From Cédric Villemain
Subject Re: Is there a logical reason for 25P02?
Date
Msg-id AANLkTik2hz=5xwoFph_udDgGAyVRfBPvg-vOAxQmgJ-k@mail.gmail.com
Whole thread Raw
In response to Is there a logical reason for 25P02?  (Konstantin Izmailov <pgfizm@gmail.com>)
List pgsql-general
2010/10/5 Konstantin Izmailov <pgfizm@gmail.com>:
> Let me ask another question related to the INSERT as well. I'm running
> periodic import into Postgres and sometimes the application tries to insert
> a duplicate row which, as expected, results in "integrity violation" error.
> This aborts entire transaction (which is huge). I can use "SAVEPOINT
> ...;INSERT ...;RELEASE SAVEPOINT ..." but I'm concerned with potential
> performance hit. I haven't had time to benchmark the difference in
> performance, so could you please suggest if the difference will be
> noticeable. Is there a better approach? Is it possible to customize INSERT
> behavior to not abort transaction due to an integrity violation? Would it be
> possible to alter COPY command behavior as well (to gracefully continue
> after integrity violation)?

you probably want pgloader : http://pgloader.projects.postgresql.org/


--
Cédric Villemain               2ndQuadrant
http://2ndQuadrant.fr/     PostgreSQL : Expertise, Formation et Support

pgsql-general by date:

Previous
From: "Massa, Harald Armin"
Date:
Subject: queriing the version of libpq
Next
From: Sairam Krishnamurthy
Date:
Subject: Re: Having two simultaneous and similar database