projects
/
postgresql.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
Tue, 22 Apr 2014 22:38:14 +0000
(18:38 -0400)
committer
Bruce Momjian
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;
Any
SELECT>,
INSERT>,
UPDATE>,
DELETE>,
VALUES>,
EXECUTE>,
-
DECLARE>, or
CREATE TABLE AS
- statement, whose execution plan you wish to see.
+
DECLARE>,
CREATE TABLE AS>, or
+
CREATE MATERIALIZED VIEW AS> statement, whose execution
+ plan you wish to see.