aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2017-04-25 15:30:45 -0400
committerBruce Momjian <bruce@momjian.us>2017-04-25 15:30:53 -0400
commit5f2b48d1dd17156c2021f9fa7c85d5c550bc2c6a (patch)
tree42d333a34d4ab44d6faf10990b1393dd0db5ef30
parenta3f17b9c315512e9c116dbc243056aad8b372e18 (diff)
downloadpostgresql-5f2b48d1dd17156c2021f9fa7c85d5c550bc2c6a.tar.gz
postgresql-5f2b48d1dd17156c2021f9fa7c85d5c550bc2c6a.zip
doc PG10: update EXPLAIN SUMMARY item
Reported-by: Tels
-rw-r--r--doc/src/sgml/release-10.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml
index 1d63e691228..175b1279060 100644
--- a/doc/src/sgml/release-10.sgml
+++ b/doc/src/sgml/release-10.sgml
@@ -869,8 +869,8 @@
</para>
<para>
- By default planning and execution time is display by
- <command>EXPLAIN ANALYZE</> and not display in other cases.
+ By default planning and execution time are display by
+ <command>EXPLAIN ANALYZE</> and are not display in other cases.
The new <command>EXPLAIN</> option <literal>SUMMARY</> allows
explicit control of this.
</para>