Right, the view that prompted this involved subqueries; the function was just 
an artificial test case.

That change seems like a good one for sure.

Ideally I'd like to enable it for a particular view rather than incur the 
planning expense for the whole DB (something like ALTER VIEW foo WITH 
CONSTRAINT EXCLUSION), but I guess there's no support currently (and not easily 
added) for such per-object planner settings? The application can just issue SET 
constraint_exclusion=on; as needed; for my case that's fine, but for DBAs maybe 
a bit limiting.

Regards,

- Gulli

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

Reply via email to