Re: Bug #512: outer join bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: hurricane_blue(at)hanmail(dot)net, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #512: outer join bug
Date: 2001-11-09 17:16:39
Message-ID: 20730.1005326199@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-11-09 17:36:38 Re: Perl script failure => Postgres 7.1.2 database corruption
Previous Message Grant Johnson 2001-11-09 17:11:15 Re: Bug in 7.1.3 and 7.2?