Bug #512: outer join bug

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #512: outer join bug
Date: 2001-11-09 07:42:00
Message-ID: 200111090742.fA97g0d41489@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hee-Sun, Choi (hurricane_blue(at)hanmail(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Victor Marinescu 2001-11-09 08:38:11 postgresql 7.1 driver
Previous Message Tom Lane 2001-11-09 04:26:28 Re: Bug in 7.1.3 and 7.2?