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

Commit bebad33

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 a879544 commit bebad33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/sgml/auto-explain.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ LOAD 'auto_explain';
180180
<listitem>
181181
<para>
182182
<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.
184184
Only options affecting query planning with value different from the built-in
185185
default value are included in the output. This parameter is off by default.
186186
Only superusers can change this setting.

doc/src/sgml/ddl.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3913,7 +3913,7 @@ CREATE INDEX ON measurement (logdate);
39133913

39143914
<para>
39153915
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
39173917
remove old partitions of data and periodically add new partitions for
39183918
new data. One of the most important advantages of partitioning is
39193919
precisely that it allows this otherwise painful task to be executed

doc/src/sgml/ref/pg_rewind.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ PostgreSQL documentation
7272
fetched on startup by configuring <xref linkend="guc-primary-conninfo"/> or
7373
<xref linkend="guc-restore-command"/>. The use of
7474
<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
7676
to become a standby again.
7777
</para>
7878

0 commit comments

Comments
 (0)