Re: BUG #6154: wrong result with nested left-joins

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #6154: wrong result with nested left-joins
Дата
Msg-id 9240.1312827077@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #6154: wrong result with nested left-joins  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: BUG #6154: wrong result with nested left-joins  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> "ai" <listar@mail.ru> wrote:
>> Oops.. I just saw, that I send you "correct" (already with
> "workaround")
>> sql-code instead of "wrong"...

>> here is "wrong" (difference is in "SELECT sub3.key3, sub4.value2
> FROM" ):

> OK, that is still happening, and looks wrong to me.

Yeah, I see it too.  It seems to be evaluating the placeholder for the
COALESCE expression at the wrong join level.  Not sure why, yet.

            regards, tom lane

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

Предыдущее
От: "ai"
Дата:
Сообщение: Re: BUG #6154: wrong result with nested left-joins
Следующее
От: "listar"
Дата:
Сообщение: BUG #6155: literal definition of arrays with double qoutes leads to error