From e93b33754c69d6cdc663f320ad9d31ac21112597 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 14 Feb 2006 02:03:44 +0000 Subject: [PATCH] Document that xact commit/abort stats are collected if any stat variable is set. --- doc/src/sgml/monitoring.sgml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 9ddfc28ff49..07d9b2a281c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -1,5 +1,5 @@ @@ -145,10 +145,15 @@ postgres: user database host postgresql.conf - so that they apply to all server processes, but it is possible to - turn them on or off in individual sessions using the command. (To prevent + Additionally, per-database transaction commit and abort statistics + are collected if any of these parameters are set. + + + + Normally these parameters are set in postgresql.conf so + that they apply to all server processes, but it is possible to turn + them on or off in individual sessions using the command. (To prevent ordinary users from hiding their activity from the administrator, only superusers are allowed to change these parameters with SET.)