Re: BUG #4106: WHERE - clause in view works only sometimes - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4106: WHERE - clause in view works only sometimes
Date
Msg-id 20748.1208032130@sss.pgh.pa.us
Whole thread Raw
In response to BUG #4106: WHERE - clause in view works only sometimes  ("Alexander Strotmann" <kiruu@gmx.de>)
List pgsql-bugs
"Alexander Strotmann" <kiruu@gmx.de> writes:
> we have this table:
> ...
> and this view:
> ...
> So the view joins the upper table with another view

Another view?  Don't you think you've left out a lot of information that
would be needed for anyone trying to reproduce this failure?  Please
show the *full* definition of all tables and views involved.

And, as already noted, "8.2" isn't enough information about which
PG version you're running.

If it's an early 8.2.x release and the other view involves any outer
joins, then I could believe that this is explained by one of the outer
join planning bugs we've already fixed ... but without any details
that's only a wild guess.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: BUG #4106: WHERE - clause in view works only sometimes
Next
From: Tom Lane
Date:
Subject: Re: BUG #4106: WHERE - clause in view works only sometimes