diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 6186648ccaf..e55700f35b8 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -8378,9 +8378,11 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
displayed in
pg_stat_database,
- pg_stat_io, in the output of the
+ pg_stat_io (if object
+ is not wal), in the output of the
- pg_stat_get_backend_io() function, in the
+ pg_stat_get_backend_io() function (if
+ object is not wal), in the
output of when the BUFFERS
option is used, in the output of when
the VERBOSE option is used, by autovacuum
@@ -8411,7 +8413,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
pg_stat_io for the
objectwal and in the output of
the
- pg_stat_get_backend_io() function.
+ pg_stat_get_backend_io() function for the
+ objectwal.
Only superusers and users with the appropriate SET
privilege can change this setting.