Re: [GENERAL] Ghost open transaction

2006-10-20 Thread Uwe C. Schroeder
do a "ps -ef | grep transact" and look for "idle in transaction" postmaster processes. If you're certain that nobody else is running that transaction (i.e. nobody on the system or the process with the idle transaction has been sitting there for a while and normally the application doesn't have l

[GENERAL] Ghost open transaction

2006-10-20 Thread Naz Gassiep
I was performing a bunch of INSERTs into a table, users, that has a unique index on username. During the transaction, my internet connection dropped. The INSERTs were being done inside a transaction. Once I had manhandled my DSL router back online, I went back into a console to redo the insert