pgsql: doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed
Date: 2014-04-22 22:38:22
Message-ID: E1WcjKY-0005GH-Fn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed

Patch by Amit Langote

Report by

Backpatch through

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8506a607a3b261576240d09f1ed4abfb2dba1635

Modified Files
--------------
doc/src/sgml/ref/explain.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-04-22 23:16:59 pgsql: doc: improve wording of COPY commit 7ec73783d88a743799b0c262f12
Previous Message Bruce Momjian 2014-04-22 22:19:14 pgsql: docs: add results for JSON operator examples