Re: doc: Clarify ANALYZE VERBOSE output - Mailing list pgsql-docs

From Shinya Kato
Subject Re: doc: Clarify ANALYZE VERBOSE output
Date
Msg-id CAOzEurSVe1isqOUbHp3AayQqC_KbRkayo1hQopPpG47HTA_weQ@mail.gmail.com
Whole thread
In response to Re: doc: Clarify ANALYZE VERBOSE output  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: doc: Clarify ANALYZE VERBOSE output
List pgsql-docs
On Fri, Jul 3, 2026 at 7:19 PM Fujii Masao <masao.fujii@gmail.com> wrote:
> -      Enables display of progress messages at <literal>INFO</literal> level.
> +      Sends a detailed <literal>INFO</literal> message to the client
> +      for each table as it is processed.
>
> I'm not keen on "Sends ..." here. The fact that INFO messages are
> sent to the client is already implied by the message level itself, so
> mentioning the destination in these option descriptions seems
> unnecessary.
>
> I'd vote something like:
>
>     ANALYZE:
>     Prints detailed information about analyzing each table at INFO level.
>
>     VACUUM:
>     Prints detailed information about vacuuming each table at INFO level.

Agreed. I've updated the patch.


--
Best regards,
Shinya Kato
NTT OSS Center

Attachment

pgsql-docs by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: 66.6. Database Page Layout
Next
From: Daniel Gustafsson
Date:
Subject: Re: Fix data checksum progress reporting docs