1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44: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> <para>
Any <command>SELECT</>, <command>INSERT</>, <command>UPDATE</>, Any <command>SELECT</>, <command>INSERT</>, <command>UPDATE</>,
<command>DELETE</>, <command>VALUES</>, <command>EXECUTE</>, <command>DELETE</>, <command>VALUES</>, <command>EXECUTE</>,
<command>DECLARE</>, or <command>CREATE TABLE AS</command> <command>DECLARE</>, <command>CREATE TABLE AS</>, or
statement, whose execution plan you wish to see. <command>CREATE MATERIALIZED VIEW AS</> statement, whose execution
plan you wish to see.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>