Re: Subselect problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Subselect problem
Дата
Msg-id 14345.1251914917@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Subselect problem  ("Wellmann, Harald" <harald.wellmann@harman.com>)
Список 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 по дате отправления:

Предыдущее
От: "V S P"
Дата:
Сообщение: Re: [Q] optmizing postgres for 'single client' / many small queries
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PL/SQL & unset custom variable