1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00

doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed

Patch by Amit Langote

Report by

Backpatch through
This commit is contained in:
Bruce Momjian 2014-04-22 18:38:14 -04:00
parent 26cd1d7d95
commit 8506a607a3

View 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>