Re: explain analyze buffer <query>

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: explain analyze buffer <query>
Date: 2011-04-27 19:21:31
Message-ID: 4DB86CBB.1020601@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 04/27/2011 12:45 PM, SUBHAM ROY wrote:
> I am using postgres 8.4.8.
> |EXPLAIN (ANALYZE,BUFFERS)| is not working. So is there any patch
> available for it? If so, kindly specify from where to get it and how to
> install it.
>
> --
> Thank You,
> Subham Roy,
> CSE IIT Bombay.
>

Have you tried just plain

explain analyse select-something;

?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Glaesemann 2011-04-27 19:23:21 Re: PostgreSQL Core Team
Previous Message Andreas Kretschmer 2011-04-27 19:19:51 Re: PostgreSQL Core Team