diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 8f0fd147a2..3ef99e2ee0 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -8131,7 +8131,9 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; measure the overhead of timing on your system. I/O timing information is displayed in - pg_stat_database, in the output of + pg_stat_database, + + pg_stat_io, in the output of when the BUFFERS option is used, in the output of when the VERBOSE option is used, by autovacuum diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index d16da9c187..d7f2f90ba1 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -180,12 +180,12 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser The parameter enables monitoring - of block read and write times. + of block read, write, extend, and fsync times. The parameter enables monitoring - of WAL write times. + of WAL write and fsync times.