Re: Statements that time out are not considered here

From: legrand legrand <legrand_legrand(at)hotmail(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: Re: Statements that time out are not considered here
Date: 2018-02-21 22:03:35
Message-ID: 1519250615220-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,
It seems that auto_explain works only with finished statements.

I think (to be confirmed) that SQL statements not finished because
timed-out, cancelled, killed, or simply errored are not giving any output.

It would be nice if that could be change, giving a partial explain analyze
as done in

https://github.com/postgrespro/pg_query_state/blob/PGPRO10/runtime_explain.patch

Regards
PAscal

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-docs-f2165602.html

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message legrand legrand 2018-02-21 22:38:24 Re: trigger audit logon
Previous Message Salvador Jacinto 2018-02-21 18:42:45 Re: Statements that time out are not considered here