Re: Rationalizing EXPLAIN VERBOSE output

From: Liam Stewart <liams(at)redhat(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Rationalizing EXPLAIN VERBOSE output
Date: 2002-03-11 15:24:51
Message-ID: 20020311102451.B30429@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Mar 10, 2002 at 11:52:49AM -0500, Tom Lane wrote:

> EXPLAIN VERBOSE select * from pg_class;
>
> Add prettyprinted qual clauses
>
> EXPLAIN VERBOSE VERBOSE select * from pg_class;
>
> Add full plan-tree dump

I'd prefer having the non-prety-printed plan-tree dump moved off into
its own keyword. Eg:

EXPLAIN DUMP select * from pg_class;

The dump is sufficiently different from VERBOSE <n> output that it
should have its own keyword. Then the VERBOSE levels can just be used
for addition additional information to the pretty-printed tree and there
is no nasty shift from nice tree to ugly mess at some level.

Liam

--
Liam Stewart :: Red Hat Canada, Ltd. :: liams(at)redhat(dot)com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Trond Eivind =?iso-8859-1?q?Glomsr=F8d?= 2002-03-11 16:13:33 Re: Autoconf upgrade
Previous Message Bruce Momjian 2002-03-11 15:21:42 Re: fix for BUG#599 & BUG 606