diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-04-19 16:26:41 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-04-19 16:26:41 +0900 |
commit | bc540f98599b875e7ee67086291cdb96997db3fc (patch) | |
tree | c2a85a8ec0a695e0fb632152c4fb8ac3e5afe836 | |
parent | 5a9323eab6e2c47e4caee9ab4b5117ba01368253 (diff) | |
download | postgresql-bc540f98599b875e7ee67086291cdb96997db3fc.tar.gz postgresql-bc540f98599b875e7ee67086291cdb96997db3fc.zip |
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
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index ade44b58e84..189219ad88d 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -5887,7 +5887,7 @@ local0.* /var/log/postgresql <para> Determines the fraction of statements that exceed <xref linkend="guc-log-min-duration-statement"/> to be logged. - The default is <literal>1</literal>, meaning log all such + The default is <literal>1.0</literal>, meaning log all such statements. Setting this to zero disables logging by duration, same as setting <varname>log_min_duration_statement</varname> to |