Best Wishes,
> > Chris Travers
> > - Original Message -
> > From: "Chris Ochs" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, January 07, 2004 7:52 AM
> > Subject: [GENERAL] problems with transaction blocks
> >
On Tue, Jan 06, 2004 at 16:52:12 -0800,
Chris Ochs <[EMAIL PROTECTED]> wrote:
> 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
Message -
> From: "Chris Ochs" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, January 07, 2004 7:52 AM
> Subject: [GENERAL] problems with transaction blocks
>
>
> > I want to do a series of inserts within a single transaction block
IL PROTECTED]>
Sent: Wednesday, January 07, 2004 7:52 AM
Subject: [GENERAL] problems with transaction blocks
> 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 be
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