Bruce Momjian <pgman@xxxxxxxxxxxxxxxx> writes: > Jim C. Nasby wrote: >> Would it be feasable to have the lock manager spew out info about lock >> aquisition and release? Not only would it make getting this information >> easy, but I suspect it could be a useful debugging tool. > Something like log_locks? That would be valuable. A moment's thought would suggest that the output would be too voluminous to be of any use whatever to ordinary users. The capability already exists at the developer level (see LOCK_DEBUG). 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