Commit 8506a607 authored by Bruce Momjian's avatar Bruce Momjian

doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed

Patch by Amit Langote

Report by

Backpatch through
parent 26cd1d7d
...@@ -228,8 +228,9 @@ ROLLBACK; ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment