From: Bruce Momjian Date: Fri, 25 Apr 2025 02:02:35 +0000 (-0400) Subject: doc: simplify new EXPLAIN ANALYZE BUFFERS description X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=6389db23209a3a9b99759b26fbd26a9da5693116;p=users%2Frhaas%2Fpostgres.git doc: simplify new EXPLAIN ANALYZE BUFFERS description --- diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml index 9ed1061b7f..6dda680aa0 100644 --- a/doc/src/sgml/ref/explain.sgml +++ b/doc/src/sgml/ref/explain.sgml @@ -202,9 +202,7 @@ ROLLBACK; The number of blocks shown for an upper-level node includes those used by all its child nodes. In text format, only non-zero values are printed. Buffers information is - included by default when ANALYZE is used but - otherwise is not included by default, but can be enabled using this - option. + automatically included when ANALYZE is used.