Re: When the Session ends in PGSQL?

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: When the Session ends in PGSQL?
Date: 2011-06-30 14:28:09
Message-ID: 20110630142809.GI13368@shinkuro.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jun 30, 2011 at 04:11:32PM +0200, Durumdara wrote:
> Hi!
>
> I asked same thing in the list formerly,
> http://archives.postgresql.org/pgsql-general/2011-06/msg00888.php

> I'm very wondering that I don't (and can't) found a system variable
> that define the timeout of the client session. Maybe I'm a real lama,
> or search with wrong terms... :-)

The session timeout is defined by the TCP timeout. See the
tcp_keepalives options.

You can time out statements by statement_timeout.

--
Andrew Sullivan
ajs(at)crankycanuck(dot)ca

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Hiroshi Saito 2011-06-30 14:46:32 Re: Windows x64 : How do I get OSSP-UUID.sql contrib for postgresql x64
Previous Message Miroslav Šulc 2011-06-30 14:18:14 VACUUM FULL cannot be VERBOSE?