"Expiring" transactions? - Mailing list pgsql-general

From Egor Shipovalov
Subject "Expiring" transactions?
Date
Msg-id AKEFIKCGEAEFBICLBFBMAEKBCIAA.pgsql_list@eonline.ru
Whole thread Raw
Responses Re: "Expiring" transactions?
Re: "Expiring" transactions?
List pgsql-general
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?

Best regards,
Egor Shipovalov.


pgsql-general by date:

Previous
From: Mainlander
Date:
Subject: TList.Sort
Next
From: Joseph Shraibman
Date:
Subject: how smart is is pg with shared_buffers?