From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Thomas Lockhart <thomas(at)fourpalms(dot)org> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Rationalizing EXPLAIN VERBOSE output |
Date: | 2002-03-11 14:26:30 |
Message-ID: | 200203111426.g2BEQUD00271@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Thomas Lockhart wrote:
> > >> I'm not partial to the duplicated keyword. Really.
> > Okay, okay, I concede. "EXPLAIN VERBOSE n stmt" it is.
>
> Another possibility is to implement
>
> SET VERBOSITY = n;
>
> Why not do that and not bother extending/polluting the EXPLAIN syntax?
Unless you have another use for VERBOSITY, it seems like a waste. I
don't see a value in moving control away from the EXPLAIN command
itself. I realize it would be used as a default for all EXPLAIN
commands, but the level is just a single-digit number.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-03-11 14:38:53 | Re: Rationalizing EXPLAIN VERBOSE output |
Previous Message | Thomas Lockhart | 2002-03-11 13:51:06 | Re: Rationalizing EXPLAIN VERBOSE output |