Re: [doc] EXPLAIN CREATE MATERIALIZED VIEW AS?

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, "pgsql-docs(at)postgresql(dot)org" <pgsql-docs(at)postgresql(dot)org>
Subject: Re: [doc] EXPLAIN CREATE MATERIALIZED VIEW AS?
Date: 2014-04-16 04:56:27
Message-ID: CAB7nPqSOTN=0KuP5aRn9m9ubsLrxiDZ=QUqtP+JnL6m4iPEopg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

On Wed, Apr 16, 2014 at 12:35 PM, Amit Langote <amitlangote09(at)gmail(dot)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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2014-04-16 15:25:08 Re: documentation: json processing table pasto
Previous Message Amit Langote 2014-04-16 03:35:26 [doc] EXPLAIN CREATE MATERIALIZED VIEW AS?

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2014-04-16 06:37:03 BGWorkers, shared memory pointers, and postmaster restart
Previous Message Rod Taylor 2014-04-16 04:53:17 Re: How can we make beta testing better?