File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ LOAD 'auto_explain';
180
180
<listitem>
181
181
<para>
182
182
<varname>auto_explain.log_settings</varname> controls whether information
183
- about modified configuration options are printed when execution plan is logged.
183
+ about modified configuration options is printed when an execution plan is logged.
184
184
Only options affecting query planning with value different from the built-in
185
185
default value are included in the output. This parameter is off by default.
186
186
Only superusers can change this setting.
Original file line number Diff line number Diff line change @@ -3913,7 +3913,7 @@ CREATE INDEX ON measurement (logdate);
3913
3913
3914
3914
<para>
3915
3915
Normally the set of partitions established when initially defining the
3916
- table are not intended to remain static. It is common to want to
3916
+ table is not intended to remain static. It is common to want to
3917
3917
remove old partitions of data and periodically add new partitions for
3918
3918
new data. One of the most important advantages of partitioning is
3919
3919
precisely that it allows this otherwise painful task to be executed
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ PostgreSQL documentation
72
72
fetched on startup by configuring <xref linkend="guc-primary-conninfo"/> or
73
73
<xref linkend="guc-restore-command"/>. The use of
74
74
<application>pg_rewind</application> is not limited to failover, e.g., a standby
75
- server can be promoted, run some write transactions, and then rewinded
75
+ server can be promoted, run some write transactions, and then rewound
76
76
to become a standby again.
77
77
</para>
78
78
You can’t perform that action at this time.
0 commit comments