problems with transaction blocks

From: "Chris Ochs" <chris(at)paymentonline(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: problems with transaction blocks
Date: 2004-01-07 00:52:12
Message-ID: 08e801c3d4b8$7cd6f8c0$d9072804@chris2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I want to do a series of inserts within a single transaction block, but with
postgresql if one insert fails, the whole block is aborted. Is there any
way to get around this behavior so that postgresql won't abort the entire
transaction if a single insert returns an error?

Chris

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roderick A. Anderson 2004-01-07 01:41:45 Re: DBs and Schemas
Previous Message Joshua D. Drake 2004-01-07 00:46:56 Re: Paypal WAS: PostgreSQL speakers needed for OSCON