diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 1999-05-23 21:41:14 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 1999-05-23 21:41:14 +0000 |
commit | 505b5185fc37a53fbdcd27e26f163fb0c532d136 (patch) | |
tree | c4fd935f4f6f26ef6d6f6f99dfcbfef1fd986b10 /src/backend/access/gist/gist.c | |
parent | 57455fc565ca72f7423eca35b8141d1e3ddb65e8 (diff) | |
download | postgresql-505b5185fc37a53fbdcd27e26f163fb0c532d136.tar.gz postgresql-505b5185fc37a53fbdcd27e26f163fb0c532d136.zip |
Detect case of invalid use of GROUP BY when there are no
aggregate functions, as in
select a, b from foo group by a;
The ungrouped reference to b is not kosher, but formerly we neglected to
check this unless there was an aggregate function somewhere in the query.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions