Dan Sugalski <dan(at)sidhe(dot)org> writes:
> Is there any way to convince explain to go do its thing when given a
> query with placeholders in it?
PREPARE foo(...) AS SELECT ...
EXPLAIN EXECUTE foo(...)
EXPLAIN EXECUTE is a relatively recent addition, but I'm sure it's in
7.4 at least.
regards, tom lane