Limit transaction lifetime - Mailing list pgsql-general

From Andrei Zhidenkov
Subject Limit transaction lifetime
Date
Msg-id CAKtDQ6Bq424Rsk_AwdQ5vEXncDYzx184LnZ5R=xNiv1htAPKwQ@mail.gmail.com
Whole thread Raw
Responses Re: Limit transaction lifetime
List pgsql-general
Is there a way to limit a transaction lifetime in PostgreSQL? I could use `idle_in_transaction_session_timeout` parameter but it applies only to IDLE transactions. However, I want to rollback any transaction that executes more than specified period of time.

--

With best regards, Andrei Zhidenkov.

pgsql-general by date:

Previous
From: stan
Date:
Subject: geting results of query in plperl
Next
From: Laurenz Albe
Date:
Subject: Re: Real application clustering in postgres.