[BUGS] BUG #14514: Bug in Subquery

Поиск
Список
Период
Сортировка
От reva.d91@gmail.com
Тема [BUGS] BUG #14514: Bug in Subquery
Дата
Msg-id 20170125072311.1435.32147@wrigleys.postgresql.org
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: [BUGS] PostgreSQL 8.2 installation error on Windows 2016 server
Следующее
От: Vojtěch Rylko
Дата:
Сообщение: Re: [BUGS] BUG #14512: Backslashes in LIKE