mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -04:00
doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed
Patch by Amit Langote Report by Backpatch through
This commit is contained in:
parent
26cd1d7d95
commit
8506a607a3
1 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue