Improve EXPLAIN to print the grouping columns in Agg and Group nodes.
Tom Lane <tgl@sss.pgh.pa.us>
Improve EXPLAIN to print the grouping columns in Agg and Group nodes. Per request from Kevin Grittner.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/explain.sgml | modified | +7 −6 |
| src/backend/commands/explain.c | modified | +65 −12 |
| src/test/regress/expected/aggregates.out | modified | +4 −2 |
| src/test/regress/expected/matview.out | modified | +6 −3 |
| src/test/regress/expected/union.out | modified | +6 −4 |
| src/test/regress/expected/window.out | modified | +4 −3 |