Re: Subselect problem - Mailing list pgsql-general

From Tom Lane
Subject Re: Subselect problem
Date
Msg-id 14345.1251914917@sss.pgh.pa.us
Whole thread Raw
In response to Subselect problem  ("Wellmann, Harald" <harald.wellmann@harman.com>)
List pgsql-general
"Wellmann, Harald" <harald.wellmann@harman.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

pgsql-general by date:

Previous
From: "V S P"
Date:
Subject: Re: [Q] optmizing postgres for 'single client' / many small queries
Next
From: Tom Lane
Date:
Subject: Re: PL/SQL & unset custom variable