"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
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