]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix some grammar and typos in comments and docs
authorMichael Paquier <michael@paquier.xyz>
Mon, 2 Nov 2020 06:15:25 +0000 (15:15 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 2 Nov 2020 06:15:25 +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 3d619d4a3ddc52b33955036702e6ed73c5d81789..55509050ae339012deaaf1f6d0c6f7899570641b 100644 (file)
@@ -180,7 +180,7 @@ LOAD 'auto_explain';
     <listitem>
      <para>
       <varname>auto_explain.log_settings</varname> controls whether information
-      about modified configuration options are 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 1e60bdb6ef1ef23d1df6df7f4a3db6da8f455bd1..6cb074660ad1f5c801c7d672517c1e8906e35616 100644 (file)
@@ -3913,7 +3913,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 304b58e25ca89e2a29e6c972133fcb4cd6fa366f..3ccb9554877ca065173862e8b12d127454d64988 100644 (file)
@@ -72,7 +72,7 @@ PostgreSQL documentation
    fetched on startup by configuring <xref linkend="guc-primary-conninfo"/> or
    <xref linkend="guc-restore-command"/>.  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>