Alvaro Herrera <[EMAIL PROTECTED]> writes: > I think we should set things up so that prepared transactions are > dropped when they concern a database being dropped. Opinions?
No. A prepared transaction is one that we have guaranteed we can commit when the 2PC manager tells us to. Reneging on that commitment is something the DBA can choose to do manually, but I disagree with doing it automatically. regards, tom lane ---------------------------(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