Add some code to EXPLAIN to show the targetlist (ie, output columns)
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Apr 2008 18:30:18 +0000 (18:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Apr 2008 18:30:18 +0000 (18:30 +0000)
commita118361da405d449f31b51621d1dcee3a9d29829
tree86548690329a62e0ebe25e5dca621898efc6c33d
parent2951ca6e41830952441b6fc0939620c0dc90d6b7
Add some code to EXPLAIN to show the targetlist (ie, output columns)
of each plan node.  For the moment this is debug support only and is
not enabled unless EXPLAIN_PRINT_TLISTS is defined at build time.
Later I'll see about the idea of letting EXPLAIN VERBOSE do it.
src/backend/commands/explain.c