Re: full join qualifications on 8.3.1 vs. 8.3.6 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: full join qualifications on 8.3.1 vs. 8.3.6
Date
Msg-id 15213.1248195491@sss.pgh.pa.us
Whole thread Raw
In response to full join qualifications on 8.3.1 vs. 8.3.6  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List 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 by date:

Previous
From: Alexey Klyukin
Date:
Subject: Re: errcontext support in PL/Perl
Next
From: Robert Haas
Date:
Subject: Re: Index-only-scans, indexam API changes