From 3cdb6bf2070e9ec12c89b1c966a9225c73185e70 Mon Sep 17 00:00:00 2001 From: Ryo Matsumura Date: Mon, 16 Mar 2026 18:34:44 +0900 Subject: [PATCH v2] Docs: clarify default values in EXPLAIN documentation. --- doc/src/sgml/ref/explain.sgml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml index 7dee77fd366..cfc412e9d34 100644 --- a/doc/src/sgml/ref/explain.sgml +++ b/doc/src/sgml/ref/explain.sgml @@ -201,8 +201,13 @@ ROLLBACK; query processing. 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 - automatically included when ANALYZE is used. + format, only non-zero values are printed. + When ANALYZE is used, this parameter defaults to TRUE + and buffer usage information is included. + Otherwise, it defaults to FALSE. + When the FORMAT is TEXT, + no output is produced unless there is something to report, even if it + is set to TRUE. @@ -246,6 +251,9 @@ ROLLBACK; In text format, only non-zero values are printed. This parameter may only be used when ANALYZE is also enabled. It defaults to FALSE. + When the FORMAT is TEXT, + no output is produced unless there is something to report, even if it + is set to TRUE. -- 2.47.3