BUG #5316: not handled error in inherit queries

From: "Gianfranco Frau" <frau(at)crs4(dot)it>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5316: not handled error in inherit queries
Date: 2010-02-05 11:53:06
Message-ID: 201002051153.o15Br6Fl012155@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5316
Logged by: Gianfranco Frau
Email address: frau(at)crs4(dot)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.

Browse pgsql-bugs by date

  From Date Subject
Next Message Kelly SACAULT 2010-02-05 18:59:25 Re: BUG #5308: How to disable Case sensitivity on naming identifiers
Previous Message sulfinu 2010-02-05 11:45:30 BUG #5315: Unlisted keyword WINDOW