mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
doc PG10: add commit 090010f2e and adjust EXPLAIN SUMMARY item
Reported-by: Tels, Andres Freund
This commit is contained in:
parent
bf368fbee2
commit
3640cf5e1c
@ -807,6 +807,17 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<!--
|
||||||
|
Author: Teodor Sigaev <teodor@sigaev.ru>
|
||||||
|
2017-03-27 [090010f2e] Improve performance of find_tabstat_entry()/get_tabstat_
|
||||||
|
-->
|
||||||
|
<para>
|
||||||
|
Improve table creation speed in sessions that reference many
|
||||||
|
relations (Aleksander Alekseev)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect4>
|
</sect4>
|
||||||
@ -858,10 +869,10 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
By default planning and execution is display by <command>EXPLAIN
|
By default planning and execution time is display by
|
||||||
ANALYZE</> and not display in other cases. The new
|
<command>EXPLAIN ANALYZE</> and not display in other cases.
|
||||||
<command>EXPLAIN</> option <literal>SUMMARY</> allows explicit
|
The new <command>EXPLAIN</> option <literal>SUMMARY</> allows
|
||||||
control of this.
|
explicit control of this.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user