rows changed in current transaction

Поиск
Список
Период
Сортировка
От Miroslav Šimulčík
Тема rows changed in current transaction
Дата
Msg-id CAHRNM6-UgZ5CBMm8bs9DW9J9QuC9f0w387v1m=_=mjxi6a+_5Q@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: patch: shared session variables
Следующее
От: "Dirk Lutzebäck"
Дата:
Сообщение: Re: hunspell and tsearch2 ?