I ran an update statement on a large PostgreSQL table through the phpPgAdmin interface. This timed out as it ran for too long.
I can now update some rows from that t
i've never worked with PostreSql but if it's similar to others i'd say you have to kill the connection/end the transaction that's holding the locks.