Not able to drop the database in PostgreSql Server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yogamceS
    New Member
    • Feb 2008
    • 2

    Not able to drop the database in PostgreSql Server

    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
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    Originally posted by yogamceS
    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
    what database are you trying to drop?

    Comment

    • yogamceS
      New Member
      • Feb 2008
      • 2

      #3
      Originally posted by rski
      what database are you trying to drop?
      I need to delete postgres database using Admin Tool.

      Comment

      Working...