Re: Is there a bug in PostgreSQL ?

Поиск
Список
Период
Сортировка
От Pascal Tufenkji
Тема Re: Is there a bug in PostgreSQL ?
Дата
Msg-id 000901c95cf5$288aae90$150fa8c0@interne.usj.edu.lb
обсуждение исходный текст
Ответ на Re: Is there a bug in PostgreSQL ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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@postgresql.org [mailto:pgsql-sql-owner@postgresql.org]
On Behalf Of Tom Lane
Sent: Thursday, December 11, 2008 4:40 PM
To: ptufenkji@usj.edu.lb
Cc: 'Richard Huxton'; pgsql-sql@postgresql.org
Subject: Re: [SQL] Is there a bug in PostgreSQL ?

"Pascal Tufenkji" <ptufenkji@usj.edu.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

-- 
Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Is there a bug in PostgreSQL ?
Следующее
От: Corey Horton
Дата:
Сообщение: array_to_string(anyarray, text) that was working in 8.1 is not working in 8.3