Re: EXPLAIN (ANALYZE) broken - Mailing list pgsql-hackers

From Tom Lane
Subject Re: EXPLAIN (ANALYZE) broken
Date
Msg-id 23488.1370446747@sss.pgh.pa.us
Whole thread Raw
In response to EXPLAIN (ANALYZE) broken  (Kevin Grittner <kgrittn@ymail.com>)
List pgsql-hackers
Kevin Grittner <kgrittn@ymail.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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: MVCC catalog access
Next
From: Tom Lane
Date:
Subject: Re: pg_rewind, a tool for resynchronizing an old master after failover