Re: SET transaction_timeout inside a transaction - Mailing list pgsql-novice

From Tom Lane
Subject Re: SET transaction_timeout inside a transaction
Date
Msg-id 2164653.1758313260@sss.pgh.pa.us
Whole thread Raw
In response to SET transaction_timeout inside a transaction  ("Quentin de Metz" <quentin@de.me.tz>)
List pgsql-novice
"Quentin de Metz" <quentin@de.me.tz> writes:
> It appears that changing the transaction_timeout when inside a transaction does not work as expected.

The effective value is whatever it was at transaction start, because
that's when the transaction timeout time is determined.

            regards, tom lane



pgsql-novice by date:

Previous
From: "Quentin de Metz"
Date:
Subject: SET transaction_timeout inside a transaction
Next
From: Bzzzz
Date:
Subject: Re: SET transaction_timeout inside a transaction