another transaction question - Mailing list pgsql-novice

From Wright, George
Subject another transaction question
Date
Msg-id 51548D6D5BEB57468163194A8C1A0E980161AB1B@MAGPTCPEXC02.na.mag-ias.net
Whole thread Raw
In response to Re: function transaction scope question  ("Christopher Browne" <cbbrowne@gmail.com>)
List pgsql-novice
There doesn't appear to be a 'transaction timeout' mechanism for the
transaction that wraps a PL/pgSQL function. So if the code hangs, it
would appear that the transaction will as well unless statement_timeout
is set.

Is there a better way to prevent a transaction hang without globally
limiting a statement timeout?

pgsql-novice by date:

Previous
From: "Christopher Browne"
Date:
Subject: Re: function transaction scope question
Next
From: John DeSoi
Date:
Subject: Re: function transaction scope question