Re: Rationalizing EXPLAIN VERBOSE output

Поиск
Список
Период
Сортировка
От Liam Stewart
Тема Re: Rationalizing EXPLAIN VERBOSE output
Дата
Msg-id 20020311102451.B30429@redhat.com
обсуждение исходный текст
Ответ на Re: Rationalizing EXPLAIN VERBOSE output  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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@redhat.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: fix for BUG#599 & BUG 606
Следующее
От: teg@redhat.com (Trond Eivind Glomsrød)
Дата:
Сообщение: Re: Autoconf upgrade