Re: "Expiring" transactions? - Mailing list pgsql-general

From Gaetano Mendola
Subject Re: "Expiring" transactions?
Date
Msg-id 3F72F9A4.10307@bigfoot.com
Whole thread Raw
In response to Re: "Expiring" transactions?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: "Expiring" transactions?
List pgsql-general
Bruce Momjian wrote:

> Egor Shipovalov wrote:
>
>>Is there a way to make transaction automatically COMMIT or ROLLBACK after
>>certain period of time?
>>I want website visitors to be able to page through search results using
>>single cursor. Since users can leave the site at any time, I can't know when
>>to end their transaction.
>>
>>I guess I can write a broker that gives each user a connection and tracks
>>when he's gone, performing necessaty cleanup, but isn't there a simplier
>>way?
>
>
> We have statement_timeout, but not transaction_timeout.

Could be nice have it, once I forgot to do a commit and I
left my desk, the day after all the DB was hanged by that opened
transaction.

Regards
Gaetano Mendola.


pgsql-general by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: insert duplicated unique/PK with no errors
Next
From: Shridhar Daithankar
Date:
Subject: Re: "Expiring" transactions?