Re: Bug #512: outer join bug - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #512: outer join bug
Date
Msg-id 20730.1005326199@sss.pgh.pa.us
Whole thread Raw
In response to Bug #512: outer join bug  (pgsql-bugs@postgresql.org)
List 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 by date:

Previous
From: Grant Johnson
Date:
Subject: Re: Bug in 7.1.3 and 7.2?
Next
From: Tom Lane
Date:
Subject: Re: Perl script failure => Postgres 7.1.2 database corruption