Re: [HACKERS] Statement-level rollback - Mailing list pgsql-hackers

From legrand legrand
Subject Re: [HACKERS] Statement-level rollback
Date
Msg-id 1488919769938-5948032.post@n3.nabble.com
Whole thread Raw
In response to Re: [HACKERS] Statement-level rollback  ("Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>)
Responses Re: [HACKERS] Statement-level rollback  (Michael Banck <michael.banck@credativ.de>)
List pgsql-hackers
Hello,

EDB Oracle compatibility proposes edb_stmt_level_tx parameter,
psql uses ON_ERROR_ROLLBACK = 'on',
ODBC has a parameter for this
JDBC has nothing and developers has to play with savepoint as described 
http://blog.endpoint.com/2015/02/postgres-onerrorrollback-explained.html

This feature (as a GUC at server level) would be very helpfull for Oracle
applications migration.

Regards
PAscal




--
View this message in context: http://www.postgresql-archive.org/Statement-level-rollback-tp5946725p5948032.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Skip all-visible pages during second HeapScan of CIC
Next
From: "Sven R. Kunze"
Date:
Subject: Re: [HACKERS] adding an immutable variant of to_date