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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to