Hi,
Does anyone know of a way to perform an insert that does not abort the
transaction if it fails?
I am trying to implement a rule that will allow the insertion data into a
view (for backward compatability) by performing inserts in other tables, and
there are situations where an insert into one of the underlying tables is
unnecessary and causes a unique key constraint violation. Ideally I would
like to do an insert and ignore any errors...
Thanks,
Shawn
PS. I am using PostgreSql 7.4