BUG #5316: not handled error in inherit queries

Поиск
Список
Период
Сортировка
От Gianfranco Frau
Тема BUG #5316: not handled error in inherit queries
Дата
Msg-id 201002051153.o15Br6Fl012155@wwwmaster.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5316
Logged by:          Gianfranco Frau
Email address:      frau@crs4.it
PostgreSQL version: 8.2.11
Operating system:   Ubuntu
Description:        not handled error in inherit queries
Details:

if you make this query:

SELECT * from first_table where one in (SELECT one from second_table);

and "second_table" don't have an "one" column, no errors are reported, but
seems that the internal query returns a empty set.
If you do:

SELECT one from second_table;

the error is correctly reported.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: ""
Дата:
Сообщение: BUG #5315: Unlisted keyword WINDOW
Следующее
От: Kelly SACAULT
Дата:
Сообщение: Re: BUG #5308: How to disable Case sensitivity on naming identifiers