diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-11-02 15:15:37 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-11-02 15:15:37 +0900 |
commit | c6671cdbde93b9b344d182dcbedeebff745a67c8 (patch) | |
tree | 22bf0c19b8aa06bd6c2c9ae25631d4368f45a2b3 | |
parent | 1127377a578bde76ed09edd7cd5d8965365c8aaa (diff) |
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
-rw-r--r-- | doc/src/sgml/ref/pg_rewind.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml index 58eda6e351c..f231646ee9b 100644 --- a/doc/src/sgml/ref/pg_rewind.sgml +++ b/doc/src/sgml/ref/pg_rewind.sgml @@ -71,7 +71,7 @@ PostgreSQL documentation copied from the WAL archive to the <filename>pg_xlog</> 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> |