[BUGS] BUG #14514: Bug in Subquery - Mailing list pgsql-bugs

From reva.d91@gmail.com
Subject [BUGS] BUG #14514: Bug in Subquery
Date
Msg-id 20170125072311.1435.32147@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [BUGS] BUG #14514: Bug in Subquery  (John McKown <john.archie.mckown@gmail.com>)
Re: [BUGS] BUG #14514: Bug in Subquery  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [BUGS] BUG #14514: Bug in Subquery  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14514
Logged by:          Revathi Dharmalingam
Email address:      reva.d91@gmail.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.


--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: David Fetter
Date:
Subject: Re: [BUGS] PostgreSQL 8.2 installation error on Windows 2016 server
Next
From: Vojtěch Rylko
Date:
Subject: Re: [BUGS] BUG #14512: Backslashes in LIKE