Re: Connection timeout.. - Mailing list pgsql-general

From Tom Lane
Subject Re: Connection timeout..
Date
Msg-id 18634.1035045484@sss.pgh.pa.us
Whole thread Raw
In response to Connection timeout..  ("Williams, Travis L, NPONS" <tlw@att.com>)
List pgsql-general
"Williams, Travis L, NPONS" <tlw@att.com> writes:
> Is there a setting somewhere for a connection timeout.. or will a
> established connection stay up till it is closed?

No, and yes.

However, we do enable TCP KEEPALIVE mode on TCP connections.  So if
network connectivity to the client is lost, the kernel will eventually
time out and close the connection.  The length of the keepalive timeout
is kernel-dependent but should be an hour or more in RFC-compliant
implementations...

            regards, tom lane

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: how do I do to get the foreign keys of a table?
Next
From: Markus Jais
Date:
Subject: red hat graphical tools: rpms or tgz ??