EXPLAIN (ANALYZE) broken

Started by Kevin Grittnerover 12 years ago2 messages
#1Kevin Grittner
kgrittn@ymail.com

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;               ^

--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Kevin Grittner (#1)
Re: EXPLAIN (ANALYZE) broken

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

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers