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>
