Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix some grammar and typos in comments and docs
authorMichael Paquier <michael@paquier.xyz>
Mon, 2 Nov 2020 06:15:20 +0000 (15:15 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 2 Nov 2020 06:15:20 +0000 (15:15 +0900)
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

doc/src/sgml/auto-explain.sgml
doc/src/sgml/ddl.sgml
doc/src/sgml/ref/pg_rewind.sgml

index 192d6574c30cc94b326aec3fcbcf08bf3f0f9e14..30e35a714a5f6c92d46cc72803d179f54f1104b8 100644 (file)
@@ -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.
index b5b16937d90a578b4b18f12d0655822ae21da9f5..9144e3c31cd855b027d63c756200e1c8836731ca 100644 (file)
@@ -3919,7 +3919,7 @@ CREATE INDEX ON measurement (logdate);
 
     <para>
       Normally the set of partitions established when initially defining the
-      table are not intended to remain static.  It is common to want to
+      table is not intended to remain static.  It is common to want to
       remove old partitions of data and periodically add new partitions for
       new data. One of the most important advantages of partitioning is
       precisely that it allows this otherwise painful task to be executed
index 46ebf8c1c7945ed4c699f83bd7ab2e177f277c61..d24584256e43623f3fa7bc0097b41ddf51207476 100644 (file)
@@ -74,7 +74,7 @@ PostgreSQL documentation
    <application>pg_rewind</application> with the <literal>-c</literal> option to
    automatically retrieve them from the WAL archive. The use of
    <application>pg_rewind</application> is not limited to failover, e.g.,  a standby
-   server can be promoted, run some write transactions, and then rewinded
+   server can be promoted, run some write transactions, and then rewound
    to become a standby again.
   </para>