Re: Is there a bug in PostgreSQL ?

From: "Pascal Tufenkji" <ptufenkji(at)usj(dot)edu(dot)lb>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Is there a bug in PostgreSQL ?
Date: 2008-12-13 07:33:54
Message-ID: 000901c95cf5$288aae90$150fa8c0@interne.usj.edu.lb
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

You were exactly right
I installed PostgreSQL 8.2.11 and it works perfectly well
Thank you

-----Original Message-----
From: pgsql-sql-owner(at)postgresql(dot)org [mailto:pgsql-sql-owner(at)postgresql(dot)org]
On Behalf Of Tom Lane
Sent: Thursday, December 11, 2008 4:40 PM
To: ptufenkji(at)usj(dot)edu(dot)lb
Cc: 'Richard Huxton'; pgsql-sql(at)postgresql(dot)org
Subject: Re: [SQL] Is there a bug in PostgreSQL ?

"Pascal Tufenkji" <ptufenkji(at)usj(dot)edu(dot)lb> writes:
> Actually I'm using PostgreSQL 8.2.4

Well, in that case the answer to $SUBJECT is "Yes". Please update to
something reasonably current --- at least 8.2.7, which contains the most
recent fix for join planning logic according to a quick scan of the
CVS logs. (8.2.11 is the most recent release in that branch.)

If you can still reproduce the problem on 8.2.latest then it would be
worth investigating further; but right at the moment I think it's a
good bet that this is the same as one of the already-identified bugs
in outer join planning.

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2008-12-14 00:38:25 Re: [SQL] array_to_string(anyarray, text) that was working in 8.1 is not working in 8.3
Previous Message Corey Horton 2008-12-13 05:03:12 array_to_string(anyarray, text) that was working in 8.1 is not working in 8.3