From: Michael Paquier Date: Fri, 19 Apr 2019 07:26:41 +0000 (+0900) Subject: Clean up some documentation for log_statement_sample_rate X-Git-Tag: REL_12_BETA1~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc540f98599b875e7ee67086291cdb96997db3fc;p=postgresql 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 --- 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