doc: Clarify log level for VERBOSE messages in maintenance commands. VERBOSE messages from ANALYZE, CLUSTER, REINDEX, and VACUUM are logged at the INFO level, but this detail was missing from the documentation. This commit updates the docs to mention the log level for these messages.
Author: Masahiro Ikeda Reviewed-by: Yugo Nagata Discussion: https://postgr.es/m/b4a4b7916982dccd9607c8efb3ce5...@oss.nttdata.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/632384d0eb142f243fdd6059fde715319cfd05c9 Modified Files -------------- 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 deletions(-)