From 7a8d8748362d4d8505e320c3eaab4a2c2463e3a6 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 13 Mar 2016 13:18:03 +0100 Subject: Rename auto_explain.sample_ratio to sample_rate Per suggestion from Tomas Vondra Author: Julien Rouhaud --- doc/src/sgml/auto-explain.sgml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/auto-explain.sgml b/doc/src/sgml/auto-explain.sgml index 6f1bde0d17e..38e6f50c802 100644 --- a/doc/src/sgml/auto-explain.sgml +++ b/doc/src/sgml/auto-explain.sgml @@ -206,18 +206,17 @@ LOAD 'auto_explain'; - auto_explain.sample_ratio (real) + auto_explain.sample_rate (real) - auto_explain.sample_ratio configuration parameter + auto_explain.sample_rate configuration parameter - auto_explain.sample_ratio (floating point) - causes auto_explain to only explain a fraction of the statements in each - session. The default is 1, meaning explain all the queries. In case - of nested statements, either all will be explained or none. Only - superusers can change this setting. + auto_explain.sample_rate causes auto_explain to only + explain a fraction of the statements in each session. The default is 1, + meaning explain all the queries. In case of nested statements, either all + will be explained or none. Only superusers can change this setting. -- cgit v1.2.3