Re: Rationalizing EXPLAIN VERBOSE output - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Rationalizing EXPLAIN VERBOSE output
Date
Msg-id Pine.LNX.4.30.0203102324290.684-100000@peter.localdomain
Whole thread Raw
In response to Re: Rationalizing EXPLAIN VERBOSE output  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Rationalizing EXPLAIN VERBOSE output  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane writes:

> The other possibility is to make EXPLAIN output look like a SELECT
> result.  Not sure how hard this would be to do, but in the long run
> I suppose that would be the direction to move in.

You could internally rewrite it to something like

select explain('select * from pg_class;');

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Autoconf upgrade
Next
From: Tom Lane
Date:
Subject: Re: Rationalizing EXPLAIN VERBOSE output