> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Vincenzo Romano > > Is there any "workaround"? > > In my opinion the later the query planner decisions are taken the more > effective they can be. > It could be an option for the function (body) to delay any > query planner > decision.
I think a possible workaround is to use a plpgsql function and the execute statement. The docs will have more info. Dave ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend