Re: [HACKERS] How to use EXPLAIN (TIMING)

2013-04-12 Thread Andres Freund
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

[HACKERS] How to use EXPLAIN (TIMING)

2013-04-12 Thread Robins Tharakan
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? mpf2=# explain (TIMING) SELECT 1; ERROR: EXPLAIN optio