Damn it. Okay, bad example. I should sleep. A better example would be (from my other post just now - http://www.postgresql.org/message-id/CF9838D8.7EF3D%tim.kane@xxxxxxxxx ) where an empty parent-table is append’ed into a result set involving one (and only one) of its child relations. Whereas a more optimum solution would involve only the child relation without the need to append the empty parent relation. I’m sure there are other scenarios where adaptive query execution would be of greater benefit. Tim |