Posts Tagged ‘explain’

Prepared statements gotcha

2008-05-10 21:09:50 CEST | 9 Comments | Tags: , , , , ,

Friend from my previous employer told me that plans of execution of prepared statement, and the same statement run “as it” are different.

Well, I checked and this is what I found (it’s not shocking, it’s actually quite obvious, but You have to think about it for a while to “get it”).

- MORE -

Waiting for 8.4 - “EXPLAIN VERBOSE”

2008-04-18 14:11:30 CEST | 2 Comments | Tags: , , , ,

Tom Lane committed his patch which modifies output of “EXPLAIN VERBOSE” command.

- MORE -