mirror of
https://github.com/postgres/postgres.git
synced 2025-10-19 15:49:24 +03:00
Fix some grammar and typos in comments and docs
The documentation fixes are backpatched down to where they apply. Author: Justin Pryzby Discussion: https://postgr.es/m/20201031020801.GD3080@telsasoft.com Backpatch-through: 9.6
This commit is contained in:
@@ -200,7 +200,7 @@ LOAD 'auto_explain';
|
||||
<listitem>
|
||||
<para>
|
||||
<varname>auto_explain.log_settings</varname> controls whether information
|
||||
about modified configuration options is printed when execution plan is logged.
|
||||
about modified configuration options is printed when an execution plan is logged.
|
||||
Only options affecting query planning with value different from the built-in
|
||||
default value are included in the output. This parameter is off by default.
|
||||
Only superusers can change this setting.
|
||||
|
Reference in New Issue
Block a user