diff options
author | Bruce Momjian | 2017-04-27 14:21:44 +0000 |
---|---|---|
committer | Bruce Momjian | 2017-04-27 14:21:44 +0000 |
commit | a311d2a04f849f76d33b59995097999a311a4c62 (patch) | |
tree | 905cf867f1dc54ae90fb088bc2b0f10220aca003 | |
parent | f8ab08ad0e411139060bf943fa9931f7fbe97cde (diff) |
doc: PG10 release note typo fix
Reported-by: daniel.westermann
-rw-r--r-- | doc/src/sgml/release-10.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index 8b1c9506340..241064e58ee 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -879,8 +879,8 @@ </para> <para> - By default planning and execution time are display by - <command>EXPLAIN ANALYZE</> and are not display in other cases. + By default planning and execution time are displayed by + <command>EXPLAIN ANALYZE</> and are not displayed in other cases. The new <command>EXPLAIN</> option <literal>SUMMARY</> allows explicit control of this. </para> |