On Fri, Sep 11, 2009 at 10:53 AM, Emmanuel Cecchet <manu(at)asterdata(dot)com> wrote:
> Tom,
>
> I looked at EXPLAIN
> (http://www.postgresql.org/docs/current/interactive/sql-explain.html) and
> there is not a single line of what you are talking about.
> And the current syntax is just EXPLAIN [ ANALYZE ] [ VERBOSE ] /statement
> /
http://developer.postgresql.org/pgdocs/postgres/sql-explain.html
Or look at your CVS/git checkout.
...Robert