FM <[EMAIL PROTECTED]> writes: > What is strange is that users on all DB (not only DB1) are affected by > the JBOSS <idle in transaction>. > I understand that it locked DB1 but why it also locked users on others DB ?
You should define "locked" more carefully: exactly what behavior are you seeing that you don't like? If it's a matter of whether VACUUM removes rows or not, that's expected: open-transaction bookkeeping is done across the whole cluster. (This is not something simple to change, since we may have to consider transaction IDs in shared catalogs.) 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