aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2025-04-24 22:02:35 -0400
committerBruce Momjian <bruce@momjian.us>2025-04-24 22:02:35 -0400
commit6389db23209a3a9b99759b26fbd26a9da5693116 (patch)
tree27e11069c9b0debf1c3b262c19cbe905eb358be1 /doc/src
parent3631612eae9c2def99151c4f36b1b3771f53cba7 (diff)
downloadpostgresql-6389db23209a3a9b99759b26fbd26a9da5693116.tar.gz
postgresql-6389db23209a3a9b99759b26fbd26a9da5693116.zip
doc: simplify new EXPLAIN ANALYZE BUFFERS description
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/explain.sgml4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml
index 9ed1061b7ff..6dda680aa0d 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 <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>