From c53611e3e7dc74c0c7dd79c78873fda1887f5b7f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 17 Feb 2004 03:54:57 +0000 Subject: This patch brings up to date what I did last year (now unfortunately bitrotted) to allow the logging of the end of a session, enabled by the config setting "log_disconnections". Andrew Dunstan --- doc/src/sgml/runtime.sgml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 67e8931273a..e6bc6f7be4f 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1909,6 +1909,20 @@ SET ENABLE_SEQSCAN TO OFF; + + log_disconnections (boolean) + + + This outputs a line in the server logs similar to LOG_CONNECTIONS + but at session termination, and includes the duration of the + session. This is off by default. This option can only be set at + server start or in the postgresql.conf + configuration file. + + + + + log_duration (boolean) -- cgit v1.2.3