Re: How to log canceled SQL statement due to statement timeout - Mailing list pgsql-admin

From Eric Comeau
Subject Re: How to log canceled SQL statement due to statement timeout
Date
Msg-id io6ims$1a00$1@news.hub.org
Whole thread Raw
In response to Re: How to log canceled SQL statement due to statement timeout  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-admin
On 11-04-13 12:37 PM, Kevin Grittner wrote:
> Eric Comeau<ecomeau@signiant.com>  wrote:
>
>> We currently have statement timeout set
>>
>>         statement_timeout = 10800000  # 3 hrs
>>
>> and we receive the following in the postgresql.log
>>
>>     [1-1] ERROR:  canceling statement due to statement timeout
>>
>> Is there a way to have the SQL statement logged as well?
>
> log_min_error_statement = 'ERROR'
>
> -Kevin
>
This solved the problem. Thanks Kevin.

I was surprised to discover that the default for log_min_error_statement
is PANIC on 8.1, it appears they have changed the default from 8.2+ to
ERROR now.

Eric

pgsql-admin by date:

Previous
From: Fredy Khan
Date:
Subject: Re: unsupported header version error
Next
From: Jerry Sievers
Date:
Subject: Re: Warm Standby on 8.4.7