Re: "xmin" system column

From: "Eric B(dot) Ridge" <ebr(at)tcdi(dot)com>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: "xmin" system column
Date: 2006-01-26 22:07:39
Message-ID: 0BCEAFFB-F360-426A-BD0C-9C8564AD6BC6@tcdi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2006-01-26 22:09:34 Re: [HACKERS] [GENERAL] [PATCH] Better way to check for getaddrinfo
Previous Message Eric B. Ridge 2006-01-26 22:05:19 Re: "xmin" system column