Doc: clarify the log message level of the VERBOSE option
Masahiro Ikeda <ikedamsh@oss.nttdata.com>
From: Masahiro Ikeda <ikedamsh@oss.nttdata.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2024-12-03T09:23:11Z
Lists: pgsql-hackers
Attachments
- v1-0001-Doc-clarify-the-log-message-level-of-the-VERBOSE-.patch (text/x-diff) patch v1-0001
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 Levels", it is not addressed for other commands. > INFO Provides information implicitly requested by the user, e.g., > output from VACUUM VERBOSE. https://www.postgresql.org/docs/devel/runtime-config-logging.html#RUNTIME-CONFIG-SEVERITY-LEVELS IIUC, the following SQL commands support the VERBOSE option: * VACUUM * ANALYZE * REINDEX * COPY * EXPALIN The VERBOSE option for EXPLAIN is not related to the log message level, and COPY already specifies the log message level. Therefore, I'd like to add descriptions for the VERBOSE option in the ANALYZE, VACUUM, and REINDEX commands. What do you think? Regards, -- Masahiro Ikeda NTT DATA CORPORATION
Commits
-
doc: Clarify log level for VERBOSE messages in maintenance commands.
- 632384d0eb14 18.0 landed