Re: WIP: log query in auto-explain

From: Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WIP: log query in auto-explain
Date: 2009-11-24 00:29:25
Message-ID: 20091124092925.B04A.52131E4D@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:

> Basically it includes the text of the query being explained in the
> explain output.

I expected the query text is printed in "STATEMENT" section.
Do you mean the query should be merged into "LOG" section?
Are there any situation where "STATEMENT" section does not work?

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2009-11-24 00:36:30 Re: [HACKERS] Updating column on row update
Previous Message Daniel Farina 2009-11-24 00:25:31 Re: [PATCH 4/4] Add tests to dblink covering use of COPY TO FUNCTION