From: Bruce Momjian Date: Tue, 25 Apr 2017 19:30:45 +0000 (-0400) Subject: doc PG10: update EXPLAIN SUMMARY item X-Git-Tag: REL_10_BETA1~168 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f2b48d1dd17156c2021f9fa7c85d5c550bc2c6a;p=thirdparty%2Fpostgresql.git doc PG10: update EXPLAIN SUMMARY item Reported-by: Tels --- 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 @@ - By default planning and execution time is display by - EXPLAIN ANALYZE and not display in other cases. + By default planning and execution time are display by + EXPLAIN ANALYZE and are not display in other cases. The new EXPLAIN option SUMMARY allows explicit control of this.