From: Bruce Momjian Date: Tue, 25 Apr 2017 17:29:26 +0000 (-0400) Subject: doc PG10: add commit 090010f2e and adjust EXPLAIN SUMMARY item X-Git-Tag: REL_10_BETA1~172 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3640cf5e1c8a0ae6ac55bf6384de0521dc77facf;p=thirdparty%2Fpostgresql.git doc PG10: add commit 090010f2e and adjust EXPLAIN SUMMARY item Reported-by: Tels, Andres Freund --- diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index 3ea33ca58b0..8736770d572 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -807,6 +807,17 @@ + + + + Improve table creation speed in sessions that reference many + relations (Aleksander Alekseev) + + + @@ -858,10 +869,10 @@ - By default planning and execution is display by EXPLAIN - ANALYZE and not display in other cases. The new - EXPLAIN option SUMMARY allows explicit - control of this. + By default planning and execution time is display by + EXPLAIN ANALYZE and not display in other cases. + The new EXPLAIN option SUMMARY allows + explicit control of this.