Re: Current transaction ID? - Mailing list pgsql-general

From Steve - DND
Subject Re: Current transaction ID?
Date
Msg-id LDEHKBBOEMIJKHKBOFNFCEMPPBAA.postgres@digitalnothing.com
Whole thread Raw
In response to Re: Current transaction ID?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Current transaction ID?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
> Steve - DND wrote:
> > Simple question I'm sure, but how can I get the transaction ID
> that a query
> > is currently running in? I can find all kinds of documentation
> talking about
> > transaction ids, but nothing about how to get the current one.
>
> You can look at the xmin of a tuple you created or an xmax of a tuple
> you deleted.

Let's pretend I don't know how to do that. :) Do you have a link to a page
in the manual that describes this process, or can you give me a quick
runthrough of what you're talking about?

Thanks,
Steve



pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Current transaction ID?
Next
From: Bruce Momjian
Date:
Subject: Re: Current transaction ID?