]> granicus.if.org Git - postgresql/commit
This allows GROUP BY to use column aliases, and ORDER and GROUP BY can
authorMarc G. Fournier <scrappy@hub.org>
Sun, 22 Dec 1996 03:23:35 +0000 (03:23 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 22 Dec 1996 03:23:35 +0000 (03:23 +0000)
commit502a6531b3d341c4f847c7860da29c6cc307d54e
treefca32c6ea3fada7b1d4301555f8d05f19ab414a1
parentb1c7cbadf2e7a791cbf5cc4f12eb116896050688
This allows GROUP BY to use column aliases, and ORDER and GROUP BY can
use column numbers, like ANSI.

Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
src/backend/parser/analyze.c
src/backend/parser/gram.y
src/include/nodes/nodes.h
src/include/nodes/parsenodes.h