On Wed, Oct 1, 2008 at 9:39 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "Gurjeet Singh" <singh(dot)gurjeet(at)gmail(dot)com> writes:
> > On Wed, Oct 1, 2008 at 3:07 AM, Decibel! <decibel(at)decibel(dot)org> wrote:
> >> ERROR: aggregates not allowed in WHERE clause
>
> > No, the real issue is that you are referencing the outer table's column's
> > max() in the inner query (correlated sub-query).
>
> Yeah. It's not easy to see how the software could guess your real
> intentions here. We could maybe offer a vaguely-worded HINT but I'm
> not able to think of wording that would be very helpful.
Can we do something like this in the code:
if( "level of the referenced column's relation" != "level of the
(sub)query being processed" )
errhint( "The subquery may be unintentionally referencing an outer
query's column!" );
Best regards,
--
gurjeet[(dot)singh](at)EnterpriseDB(dot)com
singh(dot)gurjeet(at){ gmail | hotmail | indiatimes | yahoo }.com
EnterpriseDB http://www.enterprisedb.com
Mail sent from my BlackLaptop device
In response to
Responses
pgsql-hackers by date
| Next: | From: KaiGai Kohei | Date: 2008-10-01 06:48:24 |
| Subject: Updates of SE-PostgreSQL 8.4devel patches (r1076) |
| Previous: | From: Paul Schlie | Date: 2008-10-01 04:43:57 |
| Subject: Re: Block-level CRC checks |