public inbox for [email protected]
help / color / mirror / Atom feedFrom: Amit Langote <[email protected]>
To: PostgreSQL-development <[email protected]>
To: [email protected] <[email protected]>
Subject: [doc] EXPLAIN CREATE MATERIALIZED VIEW AS?
Date: Wed, 16 Apr 2014 12:35:26 +0900
Message-ID: <CA+HiwqEZYDcdz4LH8bXEL_7Fm4XZ2=zGqPJ0xh1twtH=h=SwnA@mail.gmail.com> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-docs>
Hi,
Attached adds CREATE MATERIALIZED VIEW AS to the list of statements
that can be EXPLAINed.
--
Amit
--
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
Attachments:
[application/octet-stream] explain-create-materialized-view-as.patch (695B, 2-explain-create-materialized-view-as.patch)
download | inline diff:
diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml
index 04a78ee..f945e50 100644
--- a/doc/src/sgml/ref/explain.sgml
+++ b/doc/src/sgml/ref/explain.sgml
@@ -228,8 +228,9 @@ ROLLBACK;
<para>
Any <command>SELECT</>, <command>INSERT</>, <command>UPDATE</>,
<command>DELETE</>, <command>VALUES</>, <command>EXECUTE</>,
- <command>DECLARE</>, or <command>CREATE TABLE AS</command>
- statement, whose execution plan you wish to see.
+ <command>DECLARE</>, <command>CREATE TABLE AS</>, or
+ <command>CREATE MATERIALIZED VIEW AS</> statement, whose execution
+ plan you wish to see.
</para>
</listitem>
</varlistentry>
view thread (3+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: [doc] EXPLAIN CREATE MATERIALIZED VIEW AS?
In-Reply-To: <CA+HiwqEZYDcdz4LH8bXEL_7Fm4XZ2=zGqPJ0xh1twtH=h=SwnA@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox