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 <[email protected]>
Author: Andres Freund <[email protected]>
Reviewed-By: Thomas Munro <[email protected]>
Reviewed-By: Justin Pryzby <[email protected]>
Reviewed-By: "David G. Johnston" <[email protected]>
Reviewed-By: Lukas Fittl <[email protected]>
Discussion: 
https://postgr.es/m/[email protected]

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