diff options
author | Fujii Masao <fujii@postgresql.org> | 2025-01-06 17:24:10 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2025-01-06 17:24:10 +0900 |
commit | 632384d0eb142f243fdd6059fde715319cfd05c9 (patch) | |
tree | 47a815fc2da1a96f258960fae9ebaf2d146c37b0 /doc/src/sgml/ref/cluster.sgml | |
parent | 3e70da2781e86d07cd88f568ebeb38ddf7da8e8e (diff) | |
download | postgresql-632384d0eb142f243fdd6059fde715319cfd05c9.tar.gz postgresql-632384d0eb142f243fdd6059fde715319cfd05c9.zip |
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
Diffstat (limited to 'doc/src/sgml/ref/cluster.sgml')
-rw-r--r-- | doc/src/sgml/ref/cluster.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/cluster.sgml b/doc/src/sgml/ref/cluster.sgml index c5760244e67..8811f169ea0 100644 --- a/doc/src/sgml/ref/cluster.sgml +++ b/doc/src/sgml/ref/cluster.sgml @@ -106,7 +106,8 @@ CLUSTER [ ( <replaceable class="parameter">option</replaceable> [, ...] ) ] [ <r <term><literal>VERBOSE</literal></term> <listitem> <para> - Prints a progress report as each table is clustered. + Prints a progress report as each table is clustered + at <literal>INFO</literal> level. </para> </listitem> </varlistentry> |