mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
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.ntt@gmail.com> Author: Andres Freund <andres@anarazel.de> Reviewed-By: Thomas Munro <thomas.munro@gmail.com> Reviewed-By: Justin Pryzby <pryzby@telsasoft.com> Reviewed-By: "David G. Johnston" <david.g.johnston@gmail.com> Reviewed-By: Lukas Fittl <lukas@fittl.com> Discussion: https://postgr.es/m/20220303021600.hs34ghqcw6zcokdh@alap3.anarazel.de
This commit is contained in:
@@ -1329,7 +1329,7 @@ PostgreSQL documentation
|
||||
|
||||
<para>
|
||||
The database activity of <application>pg_dump</application> is
|
||||
normally collected by the statistics collector. If this is
|
||||
normally collected by the cumulative statistics system. If this is
|
||||
undesirable, you can set parameter <varname>track_counts</varname>
|
||||
to false via <envar>PGOPTIONS</envar> or the <literal>ALTER
|
||||
USER</literal> command.
|
||||
|
||||
Reference in New Issue
Block a user