Re: How to use EXPLAIN (TIMING)

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Robins Tharakan <tharakan(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: How to use EXPLAIN (TIMING)
Date: 2013-04-12 15:18:08
Message-ID: 20130412151808.GI5766@alap2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2013-04-12 20:44:02 +0530, Robins Tharakan wrote:
> Hi,
>
> While creating regression tests for EXPLAIN I am (somehow) unable to get
> (TIMING) option to work with EXPLAIN!
>
> I must be doing something stupid but all these options below just didn't
> work. Could someone point me to the right direction?

EXPLAIN (ANALYZE, TIMING on/off) ...;

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2013-04-12 15:36:12 Re: after 9.2.4 patch vacuumdb -avz not analyzing all tables
Previous Message Robins Tharakan 2013-04-12 15:14:02 How to use EXPLAIN (TIMING)