Re: [GENERAL] idle in transaction, why - Mailing list pgsql-general

From Tom Lane
Subject Re: [GENERAL] idle in transaction, why
Date
Msg-id 16893.1509999467@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] idle in transaction, why  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: [GENERAL] idle in transaction, why
List pgsql-general
"David G. Johnston" <david.g.johnston@gmail.com> writes:
> You should probably login as your application user and do "show
> idle_in_transaction_session_timeout" to see what a clean session has for a
> value and then figure out from there where that value is coming from.

You don't have to guess about the latter: the pg_settings view will tell
you exactly where the active value came from.  See the source, sourcefile,
sourceline columns.
        regards, tom lane


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [GENERAL] idle in transaction, why
Next
From: Rob Sargent
Date:
Subject: Re: [GENERAL] idle in transaction, why