Re: ERROR: variable not found in subplan target lists - Mailing list pgsql-general

From Tom Lane
Subject Re: ERROR: variable not found in subplan target lists
Date
Msg-id 22159.1191534640@sss.pgh.pa.us
Whole thread Raw
In response to Re: ERROR: variable not found in subplan target lists  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: ERROR: variable not found in subplan target lists
List pgsql-general
I wrote:
> Bottom line seems to be that we should run through the in_info_list and
> force Vars mentioned therein to be propagated up at least to the
> "righthand" join level, ensuring they're available if we decide to
> unique-ify above that point.

I've committed a patch along these lines --- if you need it right now
see
http://archives.postgresql.org/pgsql-committers/2007-10/msg00093.php

            regards, tom lane

pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: time penalties on triggers?
Next
From: dterrors@hotmail.com
Date:
Subject: Re: It's time to support GRANT SELECT,UPDATE,...,...,... ON database.* to username