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

From Chris Campbell
Subject Re: Time-Out Issue
Date
Msg-id 453A24085F801842AEA8D0B6B269065D03E0D8DDD343@HDMC.cds.local
Whole thread Raw
In response to Re: Time-Out Issue  (Kevin Grittner <kgrittn@ymail.com>)
List pgsql-novice
-----Original Message-----
From: Kevin Grittner [mailto:kgrittn@ymail.com] 
Sent: Wednesday, January 08, 2014 11:44 AM
To: Chris Campbell; pgsql-novice@postgresql.org
Subject: Re: [NOVICE] Time-Out Issue

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
softwareis setting to something else?
 

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

Okay I will look into that.  Thank you for your reply.

Chris


pgsql-novice by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: Time-Out Issue
Next
From: Tom Lane
Date:
Subject: Re: Time-Out Issue