Stephen Frost <[EMAIL PROTECTED]> writes: > I havn't had a chance to look over the commit yet, sorry, but it sounds > like it's only logging to the log file? Was hoping to get a NOTICE back > out to the user for at least the 'still waiting on lock x' log, after > the deadlock detection.
It's elog(LOG), which you can get on the client if you want. The chance of making it NOTICE is epsilon... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend