Bug about column references within subqueries used in selects
В списке pgsql-hackers по дате отправления:
| От | NikhilS |
|---|---|
| Тема | Bug about column references within subqueries used in selects |
| Дата | |
| Msg-id | d3c4af540704120538y42ffd87cye438a00e2729a0e8@mail.gmail.com обсуждение исходный текст |
| Ответы |
Re: Bug about column references within subqueries used in selects
|
| Список | pgsql-hackers |
Hi, <br /><br />Shouldn't the final command below cause a 'column "b" does not exist error'?<br /><br />create table update_test(a int, b int);<br />create table supdate_test(x int, y int);<br />insert into update_test values (20, 30); <br/>insert into supdate_test values (40, 50);<br />select a, (select b from supdate_test) from update_test;<br /><br /> a ?column?<br />---------- -------------------------<br /> 20 30<br /><br />Is the problem withthe code in colNameToVar or maybe we should add checks in transformSubLink? <br /><br clear="all" />Regards,<br />Nikhils<br/>-- <br />EnterpriseDB <a href="http://www.enterprisedb.com">http://www.enterprisedb.com</a>
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера