mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Tweak docs for log_statement_sample_rate
Author: Justin Pryzby, partly after a suggestion from Masahiko Sawada Discussion: https://postgr.es/m/20190328135918.GA27808@telsasoft.com Discussion: https://postgr.es/m/CAD21AoB9+y8N4+Fan-ne-_7J5yTybPttxeVKfwUocKp4zT1vNQ@mail.gmail.com
This commit is contained in:
@ -3378,8 +3378,8 @@ static struct config_real ConfigureNamesReal[] =
|
||||
|
||||
{
|
||||
{"log_statement_sample_rate", PGC_SUSET, LOGGING_WHEN,
|
||||
gettext_noop("Fraction of statements over log_min_duration_statement to log."),
|
||||
gettext_noop("If you only want a sample, use a value between 0 (never "
|
||||
gettext_noop("Fraction of statements exceeding log_min_duration_statement to be logged."),
|
||||
gettext_noop("If you only want a sample, use a value between 0.0 (never "
|
||||
"log) and 1.0 (always log).")
|
||||
},
|
||||
&log_statement_sample_rate,
|
||||
|
Reference in New Issue
Block a user