Re: What is xmin ?

Поиск
Список
Период
Сортировка
От Karsten Hilbert
Тема Re: What is xmin ?
Дата
Msg-id 20050118144309.N817@hermes.hilbert.loc
обсуждение исходный текст
Ответ на What is xmin ?  (Antony Paul <antonypaul24@gmail.com>)
Ответы Re: What is xmin ?  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Re: What is xmin ?  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
> Can you guys tell me how to interpret this value. I want to convert
> this to date format. Is it possible ?
No.

XMIN holds the id of the transaction which did the most recent
change to a row as is visible from within the current
transaction. Unless it wraps around (is that possible ?) older
transactions should have XMIN values lower than younger
transactions.

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Multiline plpython procedure
Следующее
От: Lonni J Friedman
Дата:
Сообщение: Re: Logging question