mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
doc: simplify new EXPLAIN ANALYZE BUFFERS description
This commit is contained in:
@ -202,9 +202,7 @@ ROLLBACK;
|
|||||||
The number of blocks shown for an
|
The number of blocks shown for an
|
||||||
upper-level node includes those used by all its child nodes. In text
|
upper-level node includes those used by all its child nodes. In text
|
||||||
format, only non-zero values are printed. Buffers information is
|
format, only non-zero values are printed. Buffers information is
|
||||||
included by default when <literal>ANALYZE</literal> is used but
|
automatically included when <literal>ANALYZE</literal> is used.
|
||||||
otherwise is not included by default, but can be enabled using this
|
|
||||||
option.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Reference in New Issue
Block a user