Re: [doc] EXPLAIN CREATE MATERIALIZED VIEW AS? - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [doc] EXPLAIN CREATE MATERIALIZED VIEW AS?
Date
Msg-id CAB7nPqSOTN=0KuP5aRn9m9ubsLrxiDZ=QUqtP+JnL6m4iPEopg@mail.gmail.com
Whole thread Raw
In response to [doc] EXPLAIN CREATE MATERIALIZED VIEW AS?  (Amit Langote <amitlangote09@gmail.com>)
List pgsql-hackers
On Wed, Apr 16, 2014 at 12:35 PM, Amit Langote <amitlangote09@gmail.com> wrote:
> Hi,
>
> Attached adds CREATE MATERIALIZED VIEW AS to the list of statements
> that can be EXPLAINed.
Now that you mention that, REFRESH MATERIALIZED VIEW can be EXPLAIN'ed
as well, except that it returns that and does not error out:
=# explain refresh materialized view aam;
                QUERY PLAN
-------------------------------------------
 Utility statements have no plan structure
(1 row)
--
Michael


pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: How can we make beta testing better?
Next
From: Craig Ringer
Date:
Subject: Re: Create function prototype as part of PG_FUNCTION_INFO_V1