Re: Row versioning

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Row versioning
Дата
Msg-id 13021.1098401591@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Row versioning  ("Ruediger Herrmann" <ruediger.herrmann@gmx.de>)
Список pgsql-general
"Ruediger Herrmann" <ruediger.herrmann@gmx.de> writes:
> has anyone implemented row versions/timestamps in PostgreSQL or any
> thoughts on this?
> Did I hit the right term? What I want to achieve is optimistic
> concurrency beyound transaction boundaries. When retrieving data
> I would also retrieve the row version and later on, in a different
> transaction, before updating the data, I could check if was unchanged.

You could use the xmin system column for this.

            regards, tom lane

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