Re: Factoring where clauses through unions

From: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jonathan Bartlett <johnnyb(at)eskimo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Factoring where clauses through unions
Date: 2003-04-04 23:56:34
Message-ID: 200304041656.34153.pgsql@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday April 4 2003 4:41, Tom Lane wrote:
> "Ed L." <pgsql(at)bluepolka(dot)net> writes:
> > On Friday April 4 2003 1:42, Jonathan Bartlett wrote:
> >> I have a view that is based on several UNION clauses. I'm wondering,
> >> if I select data from there, will it UNION first, and then apply my
> >> where clauses, or can it factor my where clauses through the UNION?
> >> If it doesn't do it automatically, is there any way to automate it?
> >
> > For cases like this, you can usually construct a very simple test to
> > get the answer.
>
> A test case would tell him what the version he tests does. It would not
> likely inform him that 7.3 will push down such conditions but prior
> versions don't ...

Can you provide a simple example of this change between 7.2.x and 7.3?

Ed

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-04-05 00:08:40 Re: Factoring where clauses through unions
Previous Message Tom Lane 2003-04-04 23:41:59 Re: Factoring where clauses through unions