Re: Doc: clarify the log message level of the VERBOSE option

2025-01-06 Thread Fujii Masao
On 2025/01/06 16:17, Masahiro Ikeda wrote: On 2024-12-20 02:57, Fujii Masao wrote: On 2024/12/05 16:48, Masahiro Ikeda wrote: On 2024-12-05 16:23, Yugo NAGATA wrote: -  Prints a progress report as each table is clustered. +  Prints a progress report as each table is clustered, +   

Re: Doc: clarify the log message level of the VERBOSE option

2025-01-05 Thread Masahiro Ikeda
On 2024-12-20 02:57, Fujii Masao wrote: On 2024/12/05 16:48, Masahiro Ikeda wrote: On 2024-12-05 16:23, Yugo NAGATA wrote: -  Prints a progress report as each table is clustered. +  Prints a progress report as each table is clustered, +  at INFO level. I feel like the comma could

Re: Doc: clarify the log message level of the VERBOSE option

2024-12-19 Thread Fujii Masao
On 2024/12/05 16:48, Masahiro Ikeda wrote: On 2024-12-05 16:23, Yugo NAGATA wrote: -  Prints a progress report as each table is clustered. +  Prints a progress report as each table is clustered, +  at INFO level. I feel like the comma could not be necessary here like the fix for

Re: Doc: clarify the log message level of the VERBOSE option

2024-12-04 Thread Masahiro Ikeda
On 2024-12-05 16:23, Yugo NAGATA wrote: - Prints a progress report as each table is clustered. + Prints a progress report as each table is clustered, + at INFO level. I feel like the comma could not be necessary here like the fix for the ANALYZE document, but it might be better

Re: Doc: clarify the log message level of the VERBOSE option

2024-12-04 Thread Yugo NAGATA
On Thu, 05 Dec 2024 10:39:22 +0900 Masahiro Ikeda wrote: > On 2024-12-04 21:08, Yugo Nagata wrote: > > This would prevent other users from make a misunderstanding as you did. > > > > I found the description on amvalidate also explains a message is > > output at INFO level. > > ( https://www.post

Re: Doc: clarify the log message level of the VERBOSE option

2024-12-04 Thread Masahiro Ikeda
Thu, 5 Dec 2024 10:00:16 +0900 Subject: [PATCH v2] Doc: clarify the log message level of the VERBOSE option --- doc/src/sgml/ref/analyze.sgml | 2 +- doc/src/sgml/ref/cluster.sgml | 3 ++- doc/src/sgml/ref/reindex.sgml | 3 ++- doc/src/sgml/ref/vacuum.sgml | 3 ++- 4 files changed, 7 insertions(+), 4

Re: Doc: clarify the log message level of the VERBOSE option

2024-12-04 Thread Yugo Nagata
On Tue, 03 Dec 2024 18:23:11 +0900 Masahiro Ikeda wrote: > Hi, > > I'd like to clarify the log message level of the VERBOSE option > because I misunderstood that VACUUM VERBOSE messages cannot be > printed in the server log. > > Although the hint is mentioned in "Table 19.2. Message Severity Le

Doc: clarify the log message level of the VERBOSE option

2024-12-03 Thread Masahiro Ikeda
DATA CORPORATIONFrom 8534196181b1684a83bf1e47a8b3e0506a589087 Mon Sep 17 00:00:00 2001 From: Masahiro Ikeda Date: Tue, 3 Dec 2024 18:02:10 +0900 Subject: [PATCH v1] Doc: clarify the log message level of the VERBOSE option --- doc/src/sgml/ref/analyze.sgml | 3 ++- doc/src/sgml/ref/reindex.sgml | 3 ++- doc/src/