Fredag 30. desember 2011 09.43.38 skrev Jan Bakuwel :
> Would be nice to have an option in PostgreSQL something along the lines
> of: 'abort-transaction-on-constraint-violation = false'....
That option is called MySQL with MyISAM tables.
Seriously, if the user encounters a constraint violation, that is IMO a
symptom of bad design. Such conditions should be checked and caught _before_
the transaction begins.
regards, Leif