Re: More WITH

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: More WITH
Date: 2015-08-17 17:30:21
Message-ID: CAM3SWZSs0WpriRFjX+Zrioykr-5vi6RGso4kwnxhJEM4g5ChNw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Aug 17, 2015 at 10:22 AM, Josh Berkus <josh(at)agliodbs(dot)com> wrote:
> Would be tricky. We don't currently have any way to wrap an EXPLAIN in
> any larger statement, do we? Would be very useful for automated query
> analysis, though.

No. In the grammar, ExplainStmt expects the EXPLAIN to be at the
top-level. Having it work any other way would require significant
refactoring.

--
Peter Geoghegan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2015-08-17 17:31:24 Re: Configure with thread sanitizer fails the thread test
Previous Message Josh Berkus 2015-08-17 17:22:11 Re: More WITH