From: Bruce Momjian Date: Tue, 22 Apr 2014 22:38:14 +0000 (-0400) Subject: doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed X-Git-Tag: REL9_4_BETA1~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8506a607a3b261576240d09f1ed4abfb2dba1635;p=postgresql doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed Patch by Amit Langote Report by Backpatch through --- diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml index c4aa95f930..72776a0fde 100644 --- a/doc/src/sgml/ref/explain.sgml +++ b/doc/src/sgml/ref/explain.sgml @@ -228,8 +228,9 @@ ROLLBACK; Any SELECT, INSERT, UPDATE, DELETE, VALUES, EXECUTE, - DECLARE, or CREATE TABLE AS - statement, whose execution plan you wish to see. + DECLARE, CREATE TABLE AS, or + CREATE MATERIALIZED VIEW AS statement, whose execution + plan you wish to see.