Re: psql timeout - Mailing list pgsql-general

From Tom Lane
Subject Re: psql timeout
Date
Msg-id 18821.1006873438@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql timeout  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
Martijn van Oosterhout <kleptog@svana.org> writes:
> On Tue, Nov 27, 2001 at 12:08:04PM +0300, Yuri A. Kabaenkov wrote:
>> how can i enable/change timeout on pgsql db connections?

> There's a timeout?

No, there isn't.  Other than the timeouts specified by TCP, if you're
using a TCP connection.  (We do set SO_KEEPALIVE to ensure that a
lost connection will be recognized even if no data transmission is
pending, but I believe the spec timeout for that is ~ 1 hour.)

            regards, tom lane

pgsql-general by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Re: Timing a query
Next
From: Tom Lane
Date:
Subject: Re: help postgres