Обсуждение: rows changed in current transaction

Поиск
Список
Период
Сортировка

rows changed in current transaction

От
Miroslav Šimulčík
Дата:
Hi,

is there any way to check if row have already been modified by the current transaction? I tried condition txid_current() = xmin, but there is problem with the savepoints. After every savepoint rows are getting higher xmin values, but txid_current() remains the same.

Regards,
Miroslav Simulcik