"Store and forward" asynchronous data replication. No mention of support for PostgreSQL v8. Peer-to-peer (single master/slave pair) not multi-slave.
Slony-I
Probably the most complete implementation. Requires full-time network connectivity between database servers. Doesn't sound a good choice for more than about 12 servers, or for servers separated by a WAN.
Very simple and not real-time replication. Free. Just duplication and only one master/slave pair.
"Lazy replication"
most dicussions about this talk about the system used by Musicbrainz, but an actual software package to do the job appears missing. Sounds like a method based on rsyncing databases dumps to remote read-only slaves - perfect for our task!
Based on this discussion it is proposed to implement our own version of "lazy replication". See DatabaseReplication.
-- SteveMarple - 16 Mar 2007