Re: Connection Timeout ? - Mailing list pgsql-general

From Tom Lane
Subject Re: Connection Timeout ?
Date
Msg-id 16334.992387786@sss.pgh.pa.us
Whole thread Raw
In response to Connection Timeout ?  (Stefan Loidl <Stefan.Loidl@lrz-muenchen.de>)
List pgsql-general
Stefan Loidl <Stefan.Loidl@lrz-muenchen.de> writes:
> is there a connection timeout in postgres?
> It seems to me that connections that are idle for about a day,
> are closed automatically by the corresponding postmaster process
> and the process exits.

No such mechanism in Postgres itself, but perhaps you are seeing the
effects of some timeout in your TCP stack.

(More usually, we get complaints from people who think there *should*
be a timeout ;-))

            regards, tom lane

pgsql-general by date:

Previous
From: Steve Micallef
Date:
Subject: Unique rows without a key
Next
From: GH
Date:
Subject: Re: Unique rows without a key