projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26cd1d7
)
doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed
author
Bruce Momjian
<bruce@momjian.us>
Tue, 22 Apr 2014 22:38:14 +0000
(18:38 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 22 Apr 2014 22:38:14 +0000
(18:38 -0400)
Patch by Amit Langote
Report by
Backpatch through
doc/src/sgml/ref/explain.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/explain.sgml
b/doc/src/sgml/ref/explain.sgml
index c4aa95f93023317e37616a7b083fd35680f4f3cd..72776a0fdef92c8318cb8353c1f96bb0d81bba56 100644
(file)
--- 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>