[BUGS] BUG #5898: Nested "in" clauses hide bad column names

2011-02-22 Thread Scott Dunbar
The following bug has been logged online: Bug reference: 5898 Logged by: Scott Dunbar Email address: sc...@xigole.com PostgreSQL version: 9.0.3 Operating system: Ubuntu 10.10 Description:Nested "in" clauses hide bad column names Details: I have a nested

Re: [BUGS] BUG #5898: Nested "in" clauses hide bad column names

2011-02-22 Thread Scott Dunbar
ong" but I do understand what's going on. Thanks for your help. On 02/22/2011 10:45 AM, Tom Lane wrote: "Scott Dunbar" writes: I have a nested in clause like: select respondent_id from respondent where respondent_id in (select respondent_id from chat_session where project