Re: Retrieve the postgres transaction id

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Retrieve the postgres transaction id
Дата
Msg-id 40A1643A.3010308@opencloud.com
обсуждение исходный текст
Ответ на Re: Retrieve the postgres transaction id  (Cédric Coulon <cedric.coulon@lina.univ-nantes.fr>)
Ответы Re: Retrieve the postgres transaction id
Re: Retrieve the postgres transaction id
Список pgsql-jdbc
Cédric Coulon wrote:
> Thx for yours helps.
> 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, and there is no way to change the
transaction associated with a connection without committing/aborting the
existing transaction.

-O

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: JDBC and processing large numbers of rows
Следующее
От: "David Wall"
Дата:
Сообщение: Re: JDBC and processing large numbers of rows