Re: Connection Timeout ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stefan Loidl <Stefan(dot)Loidl(at)lrz-muenchen(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Connection Timeout ?
Date: 2001-06-12 23:16:26
Message-ID: 16334.992387786@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Stefan Loidl <Stefan(dot)Loidl(at)lrz-muenchen(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message GH 2001-06-12 23:19:56 Re: Unique rows without a key
Previous Message Steve Micallef 2001-06-12 23:00:33 Unique rows without a key