Windowing Qual Pushdown

From: Daniel Farina <drfarina(at)acm(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Windowing Qual Pushdown
Date: 2010-03-20 17:11:58
Message-ID: 7b97c5a41003201011t78944f2fi92afd818e93a2bbf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In the function "subquery_is_pushdown_safe", there is an immediate
"false" returned if the subquery has a windowing function. While that
seems true in general, are there cases where we can push down a qual
if it is on the partitioning key? Or do NULLs or some other detail
get in the way?

fdr

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2010-03-20 17:43:49 Re: 9.0 release notes done
Previous Message Andrew Dunstan 2010-03-20 16:42:52 Re: 9.0 release notes done