Re: "xmin" system column - Mailing list pgsql-general

From Eric B. Ridge
Subject Re: "xmin" system column
Date
Msg-id 0BCEAFFB-F360-426A-BD0C-9C8564AD6BC6@tcdi.com
Whole thread Raw
In response to Re: "xmin" system column  (Michael Fuhr <mike@fuhr.org>)
List 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 by date:

Previous
From: "Eric B. Ridge"
Date:
Subject: Re: "xmin" system column
Next
From: Tom Lane
Date:
Subject: Re: "xmin" system column