From: David Hartwig <daveh@insightdist.com>
Marc G. Fournier <scrappy@hub.org>
From: David Hartwig <daveh@insightdist.com> Here is a patch to remove the requirement that ORDER/GROUP BY clause identifiers be included in the target list.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execMain.c | modified | +6 −4 |
| src/backend/parser/parse_clause.c | modified | +32 −8 |
| src/backend/parser/parse_target.c | modified | +47 −25 |
| src/include/parser/parse_target.h | modified | +3 −1 |