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; 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.