"Claudio Tognolo" <claudio.tognolo@xxxxxxxxx> writes: > it's possible to read the list of the tables modified during the > transaction? No, because there is no such list. Depending on what you want to do, looking at your own transaction's locks in pg_locks might be a workable substitute. regards, tom lane