On Wed, Aug 4, 2010 at 10:50 AM, Gauthier, Dave <[email protected]> wrote: > > How does PG determine if a process is <IDLE> ? It there some sort of > timeout? I want to be able to distinguish between somene who's interrupted > on the phone for a couple minutes vs the guy who left the program running > over the weekend.
It is <IDLE> if it is not currently running a query. -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
