From b1e2e9c1ef21395138d0bbe451768a7fdcfa7e68 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 24 Aug 2010 15:22:12 +0000 Subject: [PATCH] Fix awkward wording in Incrementally Updated Backups docs. Backpatch to 9.0.X. --- doc/src/sgml/high-availability.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 938380c8a3..6d45f661a5 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 @@ -1957,7 +1957,7 @@ psql -c "select pg_last_xlog_replay_location();" > /path/to/backup/end_location progress of the recovery with the stored backup ending WAL location: the server is not consistent until recovery has reached the backup end location. The progress of the recovery can also be observed with the - pg_last_xlog_replay_location function, but that required + pg_last_xlog_replay_location function, though that requires connecting to the server while it might not be consistent yet, so care should be taken with that method. -- 2.40.0