diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 1999-04-19 04:17:11 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 1999-04-19 04:17:11 +0000 |
commit | a58843b49afdc15c3e319072916a4d9390cf70b1 (patch) | |
tree | 472b1f7033e0eb2d7de6f55844346cde0f518e71 /src/backend/tcop/postgres.c | |
parent | 4438b70b945f71ac35b5031d3f07e7e973449247 (diff) | |
download | postgresql-a58843b49afdc15c3e319072916a4d9390cf70b1.tar.gz postgresql-a58843b49afdc15c3e319072916a4d9390cf70b1.zip |
Fix problems seen when result of a subselect was used in an
expression context (ie, not at the top level of a WHERE clause). Examples
like this one work now:
SELECT name, value FROM t1 as touter WHERE
(value/(SELECT AVG(value) FROM t1 WHERE name = touter.name)) > 0.75;
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions