Re: doc: Clarify ANALYZE VERBOSE output

From: Shinya Kato <shinya11(dot)kato(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: solai v <solai(dot)cdac(at)gmail(dot)com>, maciek(at)sakrejda(dot)org, surya poondla <suryapoondla4(at)gmail(dot)com>, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: doc: Clarify ANALYZE VERBOSE output
Date: 2026-07-10 08:24:51
Message-ID: CAOzEurSVe1isqOUbHp3AayQqC_KbRkayo1hQopPpG47HTA_weQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Fri, Jul 3, 2026 at 7:19 PM Fujii Masao <masao(dot)fujii(at)gmail(dot)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 Content-Type Size
v3-0001-doc-Clarify-VERBOSE-output-for-ANALYZE-and-VACUUM.patch application/octet-stream 2.2 KB

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Daniel Gustafsson 2026-07-10 10:00:33 Re: Fix data checksum progress reporting docs
Previous Message Laurenz Albe 2026-07-10 06:33:37 Re: 66.6. Database Page Layout