pgsql: doc: Clarify log level for VERBOSE messages in maintenance comma - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Clarify log level for VERBOSE messages in maintenance comma
Date
Msg-id E1tUiQf-0007MK-OY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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/b4a4b7916982dccd9607c8efb3ce5116@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(-)


pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: pgsql: Always use the caller-provided context for radix tree leaves
Next
From: Peter Eisentraut
Date:
Subject: pgsql: flex code modernization: Replace YY_EXTRA_TYPE define with flex