Eric Comeau <[email protected]> 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

-- 
Sent via pgsql-admin mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to