Re: Demoting the "width" part of EXPLAIN

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: Greg Sabino Mullane <greg(at)turnstep(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Demoting the "width" part of EXPLAIN
Date: 2006-05-07 16:59:33
Message-ID: 20060507165933.GK99570@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, May 07, 2006 at 04:03:45PM -0000, Greg Sabino Mullane wrote:
> Seeing as how width is so unused relative to the other items in the
> explain output, how about removing it from the normal explain output
> and requiring people to do an explain verbose if they really need to
> see it? It would have the virtue of shortening the explain output
> quite a bit.

The problem with that is that it's essentially impossible to obtain
information from explain verbose, and width is sometimes useful. Maybe
change existing EXPLAIN VERBOSE to EXPLAIN DEBUG?
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-05-07 17:05:53 Re: Demoting the "width" part of EXPLAIN
Previous Message imacat 2006-05-07 16:53:48 Compiling PL/Perl and Pl/Python on x86_64