Re: Replication

Thomas Lockhart <lockhart@fourpalms.org>

From: Thomas Lockhart <lockhart@fourpalms.org>
To: Nathan Reilly <nreilly@bigpond.net.au>
Cc: pgsql-hackers@postgresql.org
Date: 2001-10-16T23:45:31Z
Lists: pgsql-hackers
> I've been looking for documents and other info on replication efforts in
> PostgreSQL. If anyone here can point me to places where I can find
> these, it would be really appreciated.

PostgreSQL Inc offers asynchronous one-way replication, used and proven
in high throughput environments. The original prototype implementation
is available as a contrib package in the PostgreSQL source tree. 

I think that there are other efforts at different styles of replication
but do not know the current status.

HTH

                     - Thomas