On 20.02.2013 12:48, pierpaolo.cincilla wrote:
I have the problem to access modified data (updates and inserts) in a
prepare transaction statement before a commit/rollback. For example consider
the following block:
BEGIN;
do some update;
do some insert;
PREPARE TRANSACTION 'transaction1';
After
Hello,
I have the problem to access modified data (updates and inserts) in a
prepare transaction statement before a commit/rollback. For example consider
the following block:
BEGIN;
do some update;
do some insert;
PREPARE TRANSACTION 'transaction1';
After executing the 'prepare' comma