[BUGS] BUG #6490: Not checking column existence in sub query

2012-02-27 Thread anisimovt
The following bug has been logged on the website: Bug reference: 6490 Logged by: Timofey Anisimov Email address: anisim...@gmail.com PostgreSQL version: 9.1.2 Operating system: Linux Description: SELECT * FROM table1 where col1 in (select col2 from table2) if col2

Re: [BUGS] BUG #6490: Not checking column existence in sub query

2012-02-27 Thread hubert depesz lubaczewski
On Mon, Feb 27, 2012 at 11:39:55AM +, anisim...@gmail.com wrote: The following bug has been logged on the website: Bug reference: 6490 Logged by: Timofey Anisimov Email address: anisim...@gmail.com PostgreSQL version: 9.1.2 Operating system: Linux Description: