]> granicus.if.org Git - postgresql/commitdiff
doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed
authorBruce Momjian <bruce@momjian.us>
Tue, 22 Apr 2014 22:38:14 +0000 (18:38 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 22 Apr 2014 22:38:14 +0000 (18:38 -0400)
Patch by Amit Langote

Report by

Backpatch through

doc/src/sgml/ref/explain.sgml

index c4aa95f93023317e37616a7b083fd35680f4f3cd..72776a0fdef92c8318cb8353c1f96bb0d81bba56 100644 (file)
@@ -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>