On 10/07/10 12:53 AM, Andy wrote:
> If pgpool is still necessary why not also use it for replication? What would be the advantages of using the 9.0's
built-inreplication as opposed to pgpool's replication?
pgpool's replication works quite differently than the built in. pgpool
replicates queries at the front end, while the built in replication
replicates block writes at the back end.