Dan Sugalski <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend