Re: EXPLAIN Node Docs? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: EXPLAIN Node Docs?
Date
Msg-id 14056.1304111227@sss.pgh.pa.us
Whole thread Raw
In response to EXPLAIN Node Docs?  ("David E. Wheeler" <david@kineticode.com>)
Responses Re: EXPLAIN Node Docs?  ("David E. Wheeler" <david@kineticode.com>)
List 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 by date:

Previous
From: Vaibhav Kaushal
Date:
Subject: Re: What would AggrefExprState nodes' args contain?
Next
From: Robert Haas
Date:
Subject: Re: branching for 9.2devel