Update Hot Standby documentation to reflect the change in the LOG
authorHeikki Linnakangas
Fri, 12 Feb 2010 14:53:22 +0000 (14:53 +0000)
committerHeikki Linnakangas
Fri, 12 Feb 2010 14:53:22 +0000 (14:53 +0000)
messages printed at startup. As pointed out by Simon Riggs.

doc/src/sgml/high-availability.sgml

index 351f05b681521ab4b5369013ae40c9e7ce4bcbe5..bab447d4620bfcb1d77b2884bcc632608dfbc258 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  High Availability, Load Balancing, and Replication
@@ -1488,7 +1488,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
     in the server logs
 
 
-LOG:  initializing recovery connections
+LOG:  entering standby mode
 
 ... then some time later ...