Re: A fine point about OUTER JOIN semantics

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: A fine point about OUTER JOIN semantics
Дата
Msg-id 39B50342.69108852@alumni.caltech.edu
обсуждение исходный текст
Ответ на A fine point about OUTER JOIN semantics  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Well, I guess so, but I can't get excited about adding machinery to
> detect cases like this ... are there any less-silly examples that make
> a more compelling case for expending planner cycles to see if an outer
> join can be reduced to an inner join?

Well, in all cases the outer join reduces to an inner join if there is a
qualification which would eliminate nulls from any intermediate result.
It would be neat to see this happen automagically, but perhaps that
would be a gratuitously studly feature ;)
                 - Thomas


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

Предыдущее
От: "Finn Kettner"
Дата:
Сообщение: Visual Studio 6 project/workspace files
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: A fine point about OUTER JOIN semantics