Make GROUP BY work with aliases, ORDER BY with column numbers
Bruce Momjian <bruce@momjian.us>
Make GROUP BY work with aliases, ORDER BY with column numbers
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/analyze.c | modified | +61 −37 |
| src/backend/parser/gram.y | modified | +40 −20 |
| src/include/nodes/nodes.h | modified | +2 −2 |
| src/include/nodes/parsenodes.h | modified | +7 −6 |