doc: simplify new EXPLAIN ANALYZE BUFFERS description
authorBruce Momjian <bruce@momjian.us>
Fri, 25 Apr 2025 02:02:35 +0000 (22:02 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 25 Apr 2025 02:02:35 +0000 (22:02 -0400)
doc/src/sgml/ref/explain.sgml

index 9ed1061b7ff206371ddabc3cf28ce8c04bf7ad31..6dda680aa0de8ff5af5f6ede9e78ac836d3fc552 100644 (file)
@@ -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 <literal>ANALYZE</literal> is used but
-      otherwise is not included by default, but can be enabled using this
-      option.
+      automatically included when <literal>ANALYZE</literal> is used.
      </para>
     </listitem>
    </varlistentry>