Re: [GENERAL] explain with placeholders?

2004-09-07 Thread Dan Sugalski
At 10:39 AM -0400 9/7/04, Tom Lane wrote: 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 additio

Re: [GENERAL] explain with placeholders?

2004-09-07 Thread Tom Lane
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 l