Transaction and SQL errors - Mailing list pgsql-general

From Sebastien Flaesch
Subject Transaction and SQL errors
Date
Msg-id DBAP191MB1289450C733A5A3662C2257EB0E59@DBAP191MB1289.EURP191.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: Transaction and SQL errors  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Re: Transaction and SQL errors  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-general
Hello!

Is there any plan to have an equivalent of psql's

set ON_ERROR_ROLLBACK on

in the DB engine?

Most other DB engines have this behavior built-in, that makes migration to PostgreSQL more difficult when there are complex long transactions in the application code.

I do often suggest programmers to trust the DB engine regarding table constraints, and let the engine check unique / foreign keys, etc. However, these errors cancel the whole transaction and user code can't correct the last SQL statement and try a new execution, without losing everything since TX started...

Any thoughts?

Any arguments I could give to programmers?   Maybe:
"You better replay all SQL of the whole transaction... (and make them as short as possible!)"
?

Seb

pgsql-general by date:

Previous
From: Arup Nanda
Date:
Subject: gist segmentation fault
Next
From: Karsten Hilbert
Date:
Subject: Re: Transaction and SQL errors