File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ LOAD 'auto_explain';
200
200
<listitem>
201
201
<para>
202
202
<varname>auto_explain.log_settings</varname> controls whether information
203
- about modified configuration options is printed when execution plan is logged.
203
+ about modified configuration options is printed when an execution plan is logged.
204
204
Only options affecting query planning with value different from the built-in
205
205
default value are included in the output. This parameter is off by default.
206
206
Only superusers can change this setting.
Original file line number Diff line number Diff line change @@ -3919,7 +3919,7 @@ CREATE INDEX ON measurement (logdate);
3919
3919
3920
3920
<para>
3921
3921
Normally the set of partitions established when initially defining the
3922
- table are not intended to remain static. It is common to want to
3922
+ table is not intended to remain static. It is common to want to
3923
3923
remove old partitions of data and periodically add new partitions for
3924
3924
new data. One of the most important advantages of partitioning is
3925
3925
precisely that it allows this otherwise painful task to be executed
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ PostgreSQL documentation
74
74
<application>pg_rewind</application> with the <literal>-c</literal> option to
75
75
automatically retrieve them from the WAL archive. The use of
76
76
<application>pg_rewind</application> is not limited to failover, e.g., a standby
77
- server can be promoted, run some write transactions, and then rewinded
77
+ server can be promoted, run some write transactions, and then rewound
78
78
to become a standby again.
79
79
</para>
80
80
You can’t perform that action at this time.
0 commit comments