public inbox for pgsql-docs@postgresql.org  
help / color / mirror / Atom feed
From: Shinya Kato <shinya11.kato@gmail.com>
To: pgsql-docs@lists.postgresql.org
Subject: doc: Clarify ANALYZE VERBOSE output
Date: Fri, 31 Oct 2025 16:13:51 +0900
Message-ID: <CAOzEurTpMTUEW8kHu-zKB0EBtuPfpvyoJ--8pxKe87p24BGrpg@mail.gmail.com> (raw)

Hi,

ANALYZE VERBOSE emits a detailed per-table INFO level report, like
VACUUM VERBOSE. Update the parameter description to use the same
wording.

-- 
Best regards,
Shinya Kato
NTT OSS Center


Attachments:

  [application/octet-stream] v1-0001-doc-Clarify-ANALYZE-VERBOSE-output.patch (1.1K, 2-v1-0001-doc-Clarify-ANALYZE-VERBOSE-output.patch)
  download | inline diff:
From e8c1ef8e28e393619e4af6b95564fa02a4cfcee4 Mon Sep 17 00:00:00 2001
From: Shinya Kato <shinya11.kato@gmail.com>
Date: Fri, 31 Oct 2025 16:06:42 +0900
Subject: [PATCH v1] doc: Clarify ANALYZE VERBOSE output

ANALYZE VERBOSE emits a detailed per-table INFO level report, like
VACUUM VERBOSE. Update the parameter description to use the same
wording.

Author: Shinya Kato <shinya11.kato@gmail.com>
Discussion: https://postgr.es/m/
---
 doc/src/sgml/ref/analyze.sgml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/src/sgml/ref/analyze.sgml b/doc/src/sgml/ref/analyze.sgml
index ec81f00fecf..e0b4a2f68da 100644
--- a/doc/src/sgml/ref/analyze.sgml
+++ b/doc/src/sgml/ref/analyze.sgml
@@ -65,7 +65,8 @@ ANALYZE [ ( <replaceable class="parameter">option</replaceable> [, ...] ) ] [ <r
     <term><literal>VERBOSE</literal></term>
     <listitem>
      <para>
-      Enables display of progress messages at <literal>INFO</literal> level.
+      Prints a detailed analyze activity report for each table at
+      <literal>INFO</literal> level.
      </para>
     </listitem>
    </varlistentry>
-- 
2.47.3



reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: pgsql-docs@postgresql.org
  Cc: shinya11.kato@gmail.com, pgsql-docs@lists.postgresql.org
  Subject: Re: doc: Clarify ANALYZE VERBOSE output
  In-Reply-To: <CAOzEurTpMTUEW8kHu-zKB0EBtuPfpvyoJ--8pxKe87p24BGrpg@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox