aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/explain.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml
index c4aa95f9302..72776a0fdef 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>