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:32 +0000 (15:15 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 2 Nov 2020 06:15:32 +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/ddl.sgml
doc/src/sgml/ref/pg_rewind.sgml

index 70f90784298d453b46b81ce77cc750536e0a3bb5..7ea379bba6e1fb8b65a166a524a87ca18f11ab4d 100644 (file)
@@ -3296,7 +3296,7 @@ CREATE INDEX ON measurement_y2008m01 (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 05fb19184994325051986942106a1f4b0ef51e39..94517d607d8251f7e00f02073887fd36a7fcdb46 100644 (file)
@@ -71,7 +71,7 @@ PostgreSQL documentation
    copied from the WAL archive to the <filename>pg_wal</> directory, or
    fetched on startup by configuring <filename>recovery.conf</>.  The use of
    <application>pg_rewind</> 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>