continue insert when exception is raised in postgres

Posted by apn on Stack Overflow See other posts from Stack Overflow or by apn
Published on 2010-06-09T06:36:52Z Indexed on 2010/06/09 6:42 UTC
Read the original article Hit count: 226

Filed under:

HI,

Iam trying to insert batch of records at a time when any of the record fails to insert i need to trap that record and log that to my failed record maintanance table and then the insert should continue. Kindly help on how to do this.

© Stack Overflow or respective owner

Related posts about postgresql