pgstat: Update docs to match the shared memory stats reality.

This includes removing documentation for stats_temp_directory, adding
documentation for stats_fetch_consistency, rephrasing references to the stats
collector and documenting that starting a cleanly shut down standby will not
remove stats anymore. The latter point might require further wordsmithing, it
wasn't easy to adjust some of the existing content.

Author: Kyotaro Horiguchi <horikyota....@gmail.com>
Author: Andres Freund <and...@anarazel.de>
Reviewed-By: Thomas Munro <thomas.mu...@gmail.com>
Reviewed-By: Justin Pryzby <pry...@telsasoft.com>
Reviewed-By: "David G. Johnston" <david.g.johns...@gmail.com>
Reviewed-By: Lukas Fittl <lu...@fittl.com>
Discussion: 
https://postgr.es/m/20220303021600.hs34ghqcw6zco...@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b3abca68106d518ce5d3c0d9a1e0ec02a647ceda

Modified Files
--------------
doc/src/sgml/backup.sgml            |   2 -
doc/src/sgml/catalogs.sgml          |   6 +-
doc/src/sgml/config.sgml            |  49 ++++++++-----
doc/src/sgml/func.sgml              |   4 +-
doc/src/sgml/glossary.sgml          |  38 +++++-----
doc/src/sgml/high-availability.sgml |  13 ++--
doc/src/sgml/maintenance.sgml       |   2 +-
doc/src/sgml/monitoring.sgml        | 142 +++++++++++++++++++-----------------
doc/src/sgml/ref/pg_dump.sgml       |   2 +-
9 files changed, 139 insertions(+), 119 deletions(-)

Reply via email to