Re: Bug #512: outer join bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #512: outer join bug
Дата
Msg-id 20730.1005326199@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #512: outer join bug  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> 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
>                         -----------

This bug report is completely useless, because we can't tell exactly
what you actually did, nor what you think is wrong.  Please review
the bug submission suggestions at
http://www.ca.postgresql.org/users-lounge/docs/7.1/postgres/bug-reporting.html

            regards, tom lane

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

Предыдущее
От: Grant Johnson
Дата:
Сообщение: Re: Bug in 7.1.3 and 7.2?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Perl script failure => Postgres 7.1.2 database corruption