Re: [GENERAL] PostgreSQL server does not notice that clients have disappeared

2015-01-23 Thread Al Eridani
Thank you for the confirmation! On Fri, Jan 23, 2015 at 1:24 PM, Maciek Sakrejda wrote: > On Fri, Jan 23, 2015 at 12:08 PM, Al Eridani wrote: > >> Is this still true on the 9.x versions? Thanks! >> > > It is, unfortunately. If your client kicks off a 12h query and immediately > closes the TCP c

Re: [GENERAL] PostgreSQL server does not notice that clients have disappeared

2015-01-23 Thread Maciek Sakrejda
On Fri, Jan 23, 2015 at 12:08 PM, Al Eridani wrote: > Is this still true on the 9.x versions? Thanks! > It is, unfortunately. If your client kicks off a 12h query and immediately closes the TCP connection, Postgres won't notice until the query has completed.