Re: in failed sql transaction

From: Ralf Wiebicke <ralf(dot)wiebicke(at)exedio(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: in failed sql transaction
Date: 2006-09-25 21:20:58
Message-ID: 200609252320.58253.ralf.wiebicke@exedio.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi!

Thanks for all the help.

I finally used savepoints to get what I want.

However I don't like this very much. I tried a few other databases (hsqldb,
mysql/innodb and oracle), and none of them made the transaction unusable
after violating the constraint.

Best regards,
Ralf.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2006-09-25 21:33:36 Re: in failed sql transaction
Previous Message Joshua D. Drake 2006-09-25 21:05:34 Re: What is the Best Postgresql Load Balancing Solution