| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера