Neil Conway <neilc@samurai.com> writes:
> I thought about that (and even partially implemented it), but I decided
> against it: when you take into account the need to accept & evaluate
> parameters (or else EXPLAIN ANALYZE isn't much use on a prepared query),
> you need to modify analyze.c anyway,
Why? The handling of ExplainStmt presently recurses to transformStmt,
which is perfectly capable of handling an ExecuteStmt in the query
field.
regards, tom lane