Re: WIP: log query in auto-explain - Mailing list pgsql-hackers

From Itagaki Takahiro
Subject Re: WIP: log query in auto-explain
Date
Msg-id 20091124121326.B069.52131E4D@oss.ntt.co.jp
Whole thread Raw
In response to Re: WIP: log query in auto-explain  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> wrote:

> I mean it should be in the Explain output:
>     <explain xmlns="http://www.postgresql.org/2009/explain">
>       <Query-Text>SELECT '' AS zero, BOOLTBL1.*
> A number of users (including me) badly want to be able to extract the 
> explain output from the log files with the query text included.

I see it's useful for non-text output format.
+1 for the extension.

Also please include the documentation fix because it contains
a sample output using STATEMENT section.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center




pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: WIP: log query in auto-explain
Next
From: Josh Berkus
Date:
Subject: Re: named generic constraints [feature request]