BUG #14514: Bug in Subquery

From: reva(dot)d91(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14514: Bug in Subquery
Date: 2017-01-25 07:23:11
Message-ID: 20170125072311.1435.32147@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14514
Logged by: Revathi Dharmalingam
Email address: reva(dot)d91(at)gmail(dot)com
PostgreSQL version: 9.3.10
Operating system: Windows 7/Unix
Description:

It is ignoring the invalid columns in subquery,Instead of throwing the error
'Column does not exist'.

(eg):
select * from emp where (empname,empid,empno) in(selec emname,emid,emno from
em_details)

Note:There is no emno in em_details table.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Vojtěch Rylko 2017-01-25 09:16:58 Re: BUG #14512: Backslashes in LIKE
Previous Message David Fetter 2017-01-24 20:26:33 Re: PostgreSQL 8.2 installation error on Windows 2016 server