diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-04-22 18:38:14 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-04-22 18:38:14 -0400 |
commit | 8506a607a3b261576240d09f1ed4abfb2dba1635 (patch) | |
tree | 0047b45f0cfeed0a6c64c276248a568ea2cff367 /doc/src | |
parent | 26cd1d7d9513b2b490efc746551ec5a786b56212 (diff) | |
download | postgresql-8506a607a3b261576240d09f1ed4abfb2dba1635.tar.gz postgresql-8506a607a3b261576240d09f1ed4abfb2dba1635.zip |
doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed
Patch by Amit Langote
Report by
Backpatch through
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/explain.sgml | 5 |
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> |