Re: explain (internal feature) - Mailing list pgsql-sql

From Tom Lane
Subject Re: explain (internal feature)
Date
Msg-id 2667.1047358469@sss.pgh.pa.us
Whole thread Raw
In response to Re: explain (internal feature)  (Josh Berkus <josh@agliodbs.com>)
List pgsql-sql
Josh Berkus <josh@agliodbs.com> writes:
>> db=#explain vacuum;
>> to return:
>> NOTICE: "vacuum" is an internal postgresql feature.
>> instead of:
>> ERROR:  parser: parse error at or near "vacuum" at character 9

> No, it would not. 

Actually, it's a fair question considering that the 7.3 man page for
EXPLAIN says you can explain "any query".  But CVS-tip documentation
says that EXPLAIN can explain
    Any SELECT, INSERT, UPDATE, DELETE, EXECUTE, or DECLARE CURSOR query. 

which I think is sufficient description.  I'm not really eager to
enlarge the parser enough to accept EXPLAIN <any SQL command> when
it's only gonna fail anyway...
        regards, tom lane


pgsql-sql by date:

Previous
From: Josh Berkus
Date:
Subject: Re: explain (internal feature)
Next
From: Aspire Something
Date:
Subject: Re: How to notice column changes in trigger