Re: "xmin" system column

Поиск
Список
Период
Сортировка
От Eric B. Ridge
Тема Re: "xmin" system column
Дата
Msg-id 0BCEAFFB-F360-426A-BD0C-9C8564AD6BC6@tcdi.com
обсуждение исходный текст
Ответ на Re: "xmin" system column  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
On Jan 26, 2006, at 4:50 PM, Michael Fuhr wrote:
> test=> SELECT xmin, * FROM foo;
>   xmin  | x
> --------+---
>  424584 | 1
>  424585 | 2
>  424584 | 3
> (3 rows)

hmm.  Is it possible to grab that first xmin value when the
transaction first starts, then I can explicitly use when I need it?

eric

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

Предыдущее
От: "Eric B. Ridge"
Дата:
Сообщение: Re: "xmin" system column
Следующее
От: Tom Lane
Дата:
Сообщение: Re: "xmin" system column