Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 796885a

Browse files
committed
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
1 parent 017e78a commit 796885a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/sgml/auto-explain.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ LOAD 'auto_explain';
200200
<listitem>
201201
<para>
202202
<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.
204204
Only options affecting query planning with value different from the built-in
205205
default value are included in the output. This parameter is off by default.
206206
Only superusers can change this setting.

doc/src/sgml/ddl.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3919,7 +3919,7 @@ CREATE INDEX ON measurement (logdate);
39193919

39203920
<para>
39213921
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
39233923
remove old partitions of data and periodically add new partitions for
39243924
new data. One of the most important advantages of partitioning is
39253925
precisely that it allows this otherwise painful task to be executed

doc/src/sgml/ref/pg_rewind.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ PostgreSQL documentation
7474
<application>pg_rewind</application> with the <literal>-c</literal> option to
7575
automatically retrieve them from the WAL archive. The use of
7676
<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
7878
to become a standby again.
7979
</para>
8080

0 commit comments

Comments
 (0)