diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index bab447d4620..2c0c91e15b4 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1,4 +1,4 @@ - + High Availability, Load Balancing, and Replication @@ -873,9 +873,9 @@ if (!triggered) restore_end_command (string) - In standby-mode, restore_command (and restore_end_command) is set to a - simple command or script like in PITR. pg_standby or similar tools - that wait for the next WAL file to arrive, cannot be used with + In standby-mode, restore_command (and restore_end_command) is set to a + simple command or script like in PITR. pg_standby or similar tools + that wait for the next WAL file to arrive, cannot be used with streaming replication, as the server handles retries and waiting itself. Set restore_command as you would if you were recovering using a Continuous archiving backup (see ).