"Alvaro Herrera" <alvherre@xxxxxxxxxxxxxxxxx> writes: > The PHP model of persistent connections is silly and useless, because each > PHP process keeps an open connection (or more than one, if it connects to > different databases), which is then idle most of the time. Some might say that keeping PHP processes around which are idle most of the time would be silly in itself. -- Gregory Stark EnterpriseDB http://www.enterprisedb.com Ask me about EnterpriseDB's Slony Replication support! ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match