Re: ERROR: variable not found in subplan target lists

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: variable not found in subplan target lists
Дата
Msg-id 22159.1191534640@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ERROR: variable not found in subplan target lists  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: ERROR: variable not found in subplan target lists  (Miroslav Šulc <miroslav.sulc@startnet.cz>)
Список 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 по дате отправления:

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: time penalties on triggers?
Следующее
От: dterrors@hotmail.com
Дата:
Сообщение: Re: It's time to support GRANT SELECT,UPDATE,...,...,... ON database.* to username