Re: Subselect problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Wellmann, Harald" <harald(dot)wellmann(at)harman(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Subselect problem
Date: 2009-09-02 18:08:37
Message-ID: 14345.1251914917@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Wellmann, Harald" <harald(dot)wellmann(at)harman(dot)com> writes:
> The problem occurs with PostgreSQL 8.4.0. I cannot reproduce it with
> PostgreSQL 8.3.7.

There are known bugs in 8.4.0 having to do with improperly exchanging
the ordering of semijoins (IN joins) and other joins. You haven't
provided enough information to test whether your case is one of them.
If you can try CVS branch tip or a recent nightly snapshot, there
might still be enough time to do something about it for 8.4.1,
if it isn't fixed already.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-09-02 18:16:14 Re: PL/SQL & unset custom variable
Previous Message V S P 2009-09-02 18:02:48 Re: [Q] optmizing postgres for 'single client' / many small queries