I am accesing the postgresql server using pgAdmin III tool, and trying to drop the database then I am getting an error as:
Maintenance database can’t be dropped.
ERROR: database "postgres" is being accessed by other users
SQL state: 55006
Maintenance database can’t be dropped.
ERROR: database "postgres" is being accessed by other users
SQL state: 55006
Comment