Re: Rationalizing EXPLAIN VERBOSE output

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Rationalizing EXPLAIN VERBOSE output
Date: 2002-03-11 04:25:40
Message-ID: Pine.LNX.4.30.0203102324290.684-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-03-11 04:26:59 Re: Rationalizing EXPLAIN VERBOSE output
Previous Message Peter Eisentraut 2002-03-11 04:24:08 Autoconf upgrade