Re: Retrieve the postgres transaction id - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: Retrieve the postgres transaction id
Date
Msg-id 19411.1084332210@sss.pgh.pa.us
Whole thread Raw
In response to Re: Retrieve the postgres transaction id  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
Oliver Jowett <oliver@opencloud.com> writes:
> C�dric Coulon wrote:
>> But Isn't there a possibility that a backend has more than one
>> transaction with locks?

> As I understand it, no. There is exactly one connection per backend, and
> one transaction per connection,

This is true at the moment.  Alvaro is hard at work on nested
transactions, which will imply more than one active XID per connection.
It's not decided yet how that will reflect into pg_locks, but I'd expect
there will be some visible consequence...

Probably the question that should have been asked at the outset of this
thread is "why do you want to know"?  I can't offhand think of a good
reason for clients to be interested in transaction numbers --- they are
surely just an internal implementation detail.

            regards, tom lane

pgsql-jdbc by date:

Previous
From: "David Wall"
Date:
Subject: Re: JDBC and processing large numbers of rows
Next
From: Tom Lane
Date:
Subject: Re: JDBC and processing large numbers of rows