On Sun, May 01, 2005 at 19:57:37 +0300, [EMAIL PROTECTED] wrote: > > Listen Tom, write a client software that releases the > resources / locks that was hold before client power is down > or client connection was lost.
If Postgres can tell the connection has been lost then it should roll back the connection. The problem is that you can't always tell if a connection has been lost. All you can do is timeout, either when TCP times out or some other timeout (such as a statment timeout) that you set. ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings