Re: [HACKERS] 7.4 Beta1: variable not found in subplan target lists

2003-08-11 Thread Tom Lane
Robert Creager <[EMAIL PROTECTED]> writes: > tassiv=# explain DELETE FROM temp_obs_i > tassiv-# WHERE file_id IN > tassiv-#(SELECT file_id > tassiv(# FROM temp_obs_i NATURAL JOIN files > tassiv(# WHERE group_id = 3 > tassiv(#AND pair_id = 25) > tassiv-# ; > ERROR: varia

Re: [HACKERS] 7.4 Beta1: variable not found in subplan target lists

2003-08-08 Thread Tom Lane
Robert Creager <[EMAIL PROTECTED]> writes: > Aug 6 16:24:55 thunder postgres[7835]: [11-1] ERROR: variable not > found in subplan target lists I believe I've fixed this as of cvs tip. Thanks for the test case. regards, tom lane ---(end of broad