Re: Performance issues with compaq server - Mailing list pgsql-general

From Holger Marzen
Subject Re: Performance issues with compaq server
Date
Msg-id Pine.LNX.4.44.0205091321110.4909-100000@bluebell.marzen.de
Whole thread Raw
In response to Re: Performance issues with compaq server  (Doug McNaught <doug@wireboard.com>)
Responses Re: Performance issues with compaq server
List pgsql-general
On 9 May 2002, Doug McNaught wrote:

> Holger Marzen <holger@marzen.de> writes:
>
> > Is there a rule in SQL standards that describes what should happen if
> > some statemens in a transaction fail and the program issues a commit?
>
> I think PG's is standard behavior; that's kind of the whole point of
> having transactions.

- rolling back the whole transaction if you do a COMMIT
  or
- keeping the changes until the first failing statement and ignoring
  everything that follows if you do a COMMIT

?

--
PGP/GPG Key-ID:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0xB5A1AFE1


pgsql-general by date:

Previous
From: Curt Sampson
Date:
Subject: Re: Performance issues with compaq server
Next
From: Holger Marzen
Date:
Subject: Re: Performance issues with compaq server