pgsql: doc: Add details about object "wal" in pg_stat_io - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Add details about object "wal" in pg_stat_io
Date
Msg-id E1tkyyu-000FrX-05@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Add details about object "wal" in pg_stat_io

This commit adds a short description of what kind of activity is tracked
in pg_stat_io for the object "wal", with a link pointing to the section
"WAL configuration" that has a lot of details on the matter.

This should perhaps have been added in a051e71e28a1, but things are what
they are.

Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/Z7RkQ0EfYaqqjgz/@ip-10-97-1-34.eu-west-3.compute.internal

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4538bd3f1dde065820438ea461ad30c993982d92

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 10 ++++++++++
1 file changed, 10 insertions(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Recommend pg_stat_io rather than pg_stat_wal in WAL configu
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Fix typo in section "WAL configuration"