Re: full join qualifications on 8.3.1 vs. 8.3.6

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: full join qualifications on 8.3.1 vs. 8.3.6
Дата
Msg-id 15213.1248195491@sss.pgh.pa.us
обсуждение исходный текст
Ответ на full join qualifications on 8.3.1 vs. 8.3.6  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-hackers
Andrew Gierth <andrew@tao11.riddles.org.uk> writes:
> select * from test1 full join test2 using (a,b) where b=1;

> 8.3.1 and CVS HEAD produce a plan in which the b=1 condition is pushed
> down into each side of the join, but 8.3.6 and 8.3.7 do not.

It does what you're expecting in 8.3 branch tip.

http://archives.postgresql.org/pgsql-committers/2009-04/msg00204.php

We're really overdue for a set of back-branch update releases :-(
        regards, tom lane


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

Предыдущее
От: Alexey Klyukin
Дата:
Сообщение: Re: errcontext support in PL/Perl
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Index-only-scans, indexam API changes