Re: EXPLAIN Node Docs?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: EXPLAIN Node Docs?
Дата
Msg-id 14056.1304111227@sss.pgh.pa.us
обсуждение исходный текст
Ответ на EXPLAIN Node Docs?  ("David E. Wheeler" <david@kineticode.com>)
Ответы Re: EXPLAIN Node Docs?  ("David E. Wheeler" <david@kineticode.com>)
Список pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
> Is there any place where the contents of EXPLAIN nodes are documented?

Use the source, Luke ...

In particular, src/include/nodes/plannodes.h is pretty well commented.
If it's not immediately obvious how that maps to what's shown by
EXPLAIN, look into commands/explain.c.  (There are things that aren't
mentioned by EXPLAIN even in verbose mode, such as which columns Group
is going to group by; usually that's because it's redundant with info
available elsewhere, such as the sort columns of a lower sort node.)

Keep in mind also that we reserve the right to whack these things around
in arbitrary ways from one release to the next.
        regards, tom lane


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

Предыдущее
От: Vaibhav Kaushal
Дата:
Сообщение: Re: What would AggrefExprState nodes' args contain?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: branching for 9.2devel