Re: Streaming replication in docs

Thom Brown <thombrown@gmail.com>

From: Thom Brown <thombrown@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-02-07T10:41:05Z
Lists: pgsql-hackers
On 7 February 2010 10:20, Thom Brown <thombrown@gmail.com> wrote:
> The post about the dev docs needing more hot standby mentions prompted
> me to have a look at how streaming replication is documented.  Ignore
> this if this has already been discussed (I couldn't find any posts),
> but I couldn't find any mention of streaming replication except in the
> write ahead log configuration.  There doesn't seem to be anything in
> the index linked to a description of this major feature, why you would
> use it, or how it works.  There's also no mention in the release
> overview.
>
> This is probably due to it being a work in progress and hasn't been
> written yet, but thought I'd raise it just in case.
>
> Thanks
>
> Thom

Okay, after some searching, I found some sections on streaming
replication not referenced in the index:

http://developer.postgresql.org/pgdocs/postgres/warm-standby.html#STREAMING-REPLICATION

Streaming Replication Protocol:
http://developer.postgresql.org/pgdocs/postgres/protocol-replication.html

Main section about Streaming Replication: Maybe these should get
indexed under streaming replication?

Thanks

Thom