diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2019-06-12 14:16:18 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2019-06-13 10:03:56 -0400 |
commit | b9768458154de6c001af23efc02514f120c6094f (patch) | |
tree | b73677b52e9122829b67e21384f3e0a1aa081102 /doc/src | |
parent | 4f41a7227511a3f96148b7f3d4ae6f0c350bc7b2 (diff) | |
download | postgresql-b9768458154de6c001af23efc02514f120c6094f.tar.gz postgresql-b9768458154de6c001af23efc02514f120c6094f.zip |
Fix double-word typos
Discussion: https://postgr.es/m/20190612184527.GA24266@alvherre.pgsql
Reviewed-by: Michaƫl Paquier
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/backup.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index b67da8916a5..9d4c000df0b 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -965,7 +965,7 @@ SELECT * FROM pg_stop_backup(false, true); backups. Moreover, because it writes a backup_label file on the master, it can cause the master to fail to restart automatically after a crash. On the other hand, the erroneous removal of a backup_label - file from a backup or standby is a common mistake which can can result + file from a backup or standby is a common mistake which can result in serious data corruption. If it is necessary to use this method, the following steps may be used. </para> |