Re: Unable to delete database in pgAdmin 4 4.25

2020-08-31 Thread Aditya Toshniwal
Hi Trung, This is a known bug - https://redmine.postgresql.org/issues/5722. You can expect the fix in the upcoming release. On Mon, Aug 31, 2020 at 11:46 PM Trung Do wrote: > Hi, > > I think this is a regression - I am unable to delete a database in > pgAdmin 4 4.25. > > It always complain: > >

Unable to delete database in pgAdmin 4 4.25

2020-08-31 Thread Trung Do
Hi, I think this is a regression - I am unable to delete a database in pgAdmin 4 4.25. It always complain: "ERROR: database "x" is being accessed by other users DETAIL: There is 1 other session using the database." There is only one connection to the database and it is from pgAdmin itself. Tru