From bc540f98599b875e7ee67086291cdb96997db3fc Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 19 Apr 2019 16:26:41 +0900 Subject: [PATCH] Clean up some documentation for log_statement_sample_rate This was missing from 88bdbd3. Author: Christoph Berg, Justin Pryzby Discussion: https://postgr.es/m/20190403215938.GA26375@alvherre.pgsql Discussion: https://postgr.es/m/20190330224333.GQ5815@telsasoft.com --- doc/src/sgml/config.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index ade44b58e8..189219ad88 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -5887,7 +5887,7 @@ local0.* /var/log/postgresql Determines the fraction of statements that exceed to be logged. - The default is 1, meaning log all such + The default is 1.0, meaning log all such statements. Setting this to zero disables logging by duration, same as setting log_min_duration_statement to -- 2.39.5