RE: pgadmin 3.5 drop database fails because of active connection

2018-11-19 Thread John Nowlan
I stand corrected. Looks like it was pgbouncer.. Thanks This should not be the case.The database connection has been closed before deleting it. There should be another session (Ex: psql, query tool) which is creating this problem. So, try to close all the sessions before deleting any database f

Re: pgadmin 3.5 drop database fails because of active connection

2018-11-18 Thread Khushboo Vashi
On Sat, Nov 17, 2018 at 7:06 PM John Nowlan wrote: > *Version* > > 3.5 > > *Copyright* > > Copyright 2013 - 2018, The pgAdmin Development Team > > *Python Version* > > 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 16:07:46) [MSC v.1900 32 bit > (Intel)] > > *Flask Version* > > 0.12.4 > > *Application Mo

pgadmin 3.5 drop database fails because of active connection

2018-11-17 Thread John Nowlan
Version 3.5 Copyright Copyright 2013 - 2018, The pgAdmin Development Team Python Version 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 16:07:46) [MSC v.1900 32 bit (Intel)] Flask Version 0.12.4 Application Mode Desktop Current User pgadm...@pgadmin.org - windows 10 - desktop I try an