Re: idle_in_transaction_session_timeout for a set of SQL statements - Mailing list pgsql-general

From Jeremy Finzel
Subject Re: idle_in_transaction_session_timeout for a set of SQL statements
Date
Msg-id CAMa1XUhCFu4SxHpX0Ef3xaa1OJb7_zdVS=Li9T_EjQdqH7Efuw@mail.gmail.com
Whole thread Raw
In response to Re: idle_in_transaction_session_timeout for a set of SQL statements  (Michael Lewis <mlewis@entrata.com>)
List pgsql-general
SET lock_timeout TO '1s';

No, my assumption is that lock_timeout does not cover my use case here.  My point is actually that any one statement is not hitting lock_timeout, but as a whole the transaction takes too long.  For example if I set lock_timeout to 1 second, but my migration actually has 10 SQL statements each of which take just under a second, I have a total now of a near 10-second lockout.

Regardless of whether or not I am technically going idle, I want to be able to abort based on transaction time length.  I do believe I can handle this externally via the timeout command, but curious still if there is any way to reliably do it from within postgres.

Thanks,
Jeremy 

pgsql-general by date:

Previous
From: "Peter J. Holzer"
Date:
Subject: Re: why not using a mountpoint as PGDATA?
Next
From: Mark Fletcher
Date:
Subject: Re: Barman disaster recovery solution