Re: EXPLAIN (ANALYZE) broken

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kevin Grittner <kgrittn(at)ymail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: EXPLAIN (ANALYZE) broken
Date: 2013-06-05 15:39:07
Message-ID: 23488.1370446747@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kevin Grittner <kgrittn(at)ymail(dot)com> writes:
> Commit 2c92edad48796119c83d7dbe6c33425d1924626d has broken
> EXPLAIN's ANALYZE option in parentheses, which also makes some
> other options unusable.

> test=# EXPLAIN (ANALYZE) SELECT 1;
> ERROR: syntax error at or near "ANALYZE"
> LINE 1: EXPLAIN (ANALYZE) SELECT 1;
> ^

[ scratches head... ] Coulda sworn I checked that. Will look into it.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-06-05 15:45:11 Re: pg_rewind, a tool for resynchronizing an old master after failover
Previous Message Tom Lane 2013-06-05 15:35:58 Re: MVCC catalog access