mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Rename auto_explain.sample_ratio to sample_rate
Per suggestion from Tomas Vondra Author: Julien Rouhaud
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user