Re: Time-Out Issue - Mailing list pgsql-novice

From Kevin Grittner
Subject Re: Time-Out Issue
Date
Msg-id 1389210222.21105.YahooMailNeo@web122306.mail.ne1.yahoo.com
Whole thread Raw
In response to Time-Out Issue  (Chris Campbell <ccampbell@cascadeds.com>)
Responses Re: Time-Out Issue
List pgsql-novice
Chris Campbell <ccampbell@cascadeds.com> wrote:

> I’m thinking that there is a default time-out value in PostgreSQL
> that determines how long a process is allowed to run before it’s
> considered a runaway process and is terminated by PostgreSQL.

There is the statement_timeout setting, but the default is zero,
which means "no limit".  Perhaps your configuration or software is
setting to something else?

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-novice by date:

Previous
From: Chris Campbell
Date:
Subject: Time-Out Issue
Next
From: Chris Campbell
Date:
Subject: Re: Time-Out Issue