pgsql: Enhance documentation of the build-in standby mode, explaining - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Enhance documentation of the build-in standby mode, explaining
Date
Msg-id 20100331191301.6C9D97541D0@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Enhance documentation of the build-in standby mode, explaining
List pgsql-committers
Log Message:
-----------
Enhance documentation of the build-in standby mode, explaining the retry
loop in standby mode, trying to restore from archive, pg_xlog and
streaming.

Move sections around to make the high availability chapter more
coherent: the most prominent part is now a "Log-Shipping Standby Servers"
section that describes what a standby server is (like the old
"Warm Standby Servers for High Availability" section), and how to
set up a warm standby server, including streaming replication, using the
built-in standby mode. The pg_standby method is desribed in another
section called "Alternative method for log shipping", with the added
caveat that it doesn't work with streaming replication.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        high-availability.sgml (r1.54 -> r1.55)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/high-availability.sgml?r1=1.54&r2=1.55)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Change recovery.conf.sample to match postgresql.conf by showing
Next
From: Thom Brown
Date:
Subject: Re: pgsql: Enhance documentation of the build-in standby mode, explaining