From: Heikki Linnakangas Date: Fri, 12 Feb 2010 14:53:22 +0000 (+0000) Subject: Update Hot Standby documentation to reflect the change in the LOG X-Git-Tag: XL9_5_R1BETA1~1236^2~796 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a5348fafd182d5b84c89b43af3746711ce28f319;p=postgres-xl.git Update Hot Standby documentation to reflect the change in the LOG messages printed at startup. As pointed out by Simon Riggs. --- diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 351f05b681..bab447d462 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 @@ -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 ...