Bug #512: outer join bug

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #512: outer join bug
Дата
Msg-id 200111090742.fA97g0d41489@postgresql.org
обсуждение исходный текст
Ответы Re: Bug #512: outer join bug
Re: Bug #512: outer join bug
Список pgsql-bugs
Hee-Sun, Choi (hurricane_blue@hanmail.net) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
outer join bug

Long Description
Hello!

i met a bug when i was using outer join..

see example code..

Sample Code
select * from
(select .. from .. where .. ) aa
left outer join
(select .. from .. where code='abc') bb on aa.id=bb.id
                        -----------

we will meet error if we will try to compare character in where-clause

No file was uploaded with this report

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