Re: Cursor timeout in postgres

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tim Tassonis <timtas(at)cubic(dot)ch>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Cursor timeout in postgres
Date: 2007-02-06 18:08:27
Message-ID: 17404.1170785307@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tim Tassonis <timtas(at)cubic(dot)ch> writes:
> I try to reproduce the situation tomorrow and will also check on any
> odbc_errmsg() messages and the postmaster log.

OK. A couple of comments: the only timeout within Postgres itself is
statement_timeout, which I think wouldn't apply to your situation even
if you had it set (but I might be wrong). We have also heard reports
of firewalls dropping idle connections, but in that scenario you'd
not still have a working connection afterwards.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrea Arcangeli 2007-02-06 18:11:09 regression in 8.8.2 [was Re: Very strange error]
Previous Message Tim Tassonis 2007-02-06 18:01:00 Re: Cursor timeout in postgres