From: "Tatsuo Ishii" <t-ishii@xxxxxxxxx> > Pgpool 2.5b2 supports "master slave mode" which can cope with > master/slave replication softwares such as Slony-I. In this mode > pgpool sends non SELECT queries to master only. SELECTs are load > balanced by pgpool. Sounds good! Does it attempt any interaction with Slony when it detects a failure of the master? It would seem a pity to have pgpool watching the pair to detect failure but having to have a separate watcher process to tell Slony to failover. Julian Scarfe ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match