diff options
author | Magnus Hagander <magnus@hagander.net> | 2016-03-13 13:18:03 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2016-03-13 13:18:03 +0100 |
commit | 7a8d8748362d4d8505e320c3eaab4a2c2463e3a6 (patch) | |
tree | 78f6662170b707950285580125be6db118c18106 /doc/src | |
parent | a1aa8b7ea0558620106e25c27d0a70ee4ac9d6a8 (diff) |
Rename auto_explain.sample_ratio to sample_rate
Per suggestion from Tomas Vondra
Author: Julien Rouhaud
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/auto-explain.sgml | 13 |
1 files changed, 6 insertions, 7 deletions
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'; <varlistentry> <term> - <varname>auto_explain.sample_ratio</varname> (<type>real</type>) + <varname>auto_explain.sample_rate</varname> (<type>real</type>) <indexterm> - <primary><varname>auto_explain.sample_ratio</> configuration parameter</primary> + <primary><varname>auto_explain.sample_rate</> configuration parameter</primary> </indexterm> </term> <listitem> <para> - <varname>auto_explain.sample_ratio</varname> (<type>floating point</type>) - 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. + <varname>auto_explain.sample_rate</varname> 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. </para> </listitem> </varlistentry> |