Re: [BUGS] BUG #3384: Subselects on joins show columns not in the join query.

2007-06-13 Thread Tom Lane
"Adam Buchbinder" <[EMAIL PROTECTED]> writes: > Run these queries: > SELECT otherfield FROM joinview WHERE fname='Quux'; > SELECT otherfield FROM firsttab WHERE otherfield IN (SELECT otherfield FROM > joinview WHERE fname='Quux'); > SELECT otherfield FROM firsttab WHERE otherfield IN (SELECT oth

[BUGS] BUG #3384: Subselects on joins show columns not in the join query.

2007-06-13 Thread Adam Buchbinder
The following bug has been logged online: Bug reference: 3384 Logged by: Adam Buchbinder Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.16 Operating system: Debian GNU/Linux 4.0 Description:Subselects on joins show columns not in the join query. Details: C