Re: BUG #4106: WHERE - clause in view works only sometimes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #4106: WHERE - clause in view works only sometimes
Дата
Msg-id 20748.1208032130@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #4106: WHERE - clause in view works only sometimes  ("Alexander Strotmann" <kiruu@gmx.de>)
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #4106: WHERE - clause in view works only sometimes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4106: WHERE - clause in view works only sometimes