Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dropping server on pgadmin 4

Let's say you have added a postgres cluster on pgadmin4.

Does using delete/drop actually drop the cluster? or it just drops from pgadmin4? and nothing happens to the actual cluster.

I am a superuser, so definitely don't want to try it.

I always have to be very careful while disconnecting the server.

enter image description here

like image 634
knightrider Avatar asked Aug 08 '26 17:08

knightrider


1 Answers

Yes, the Delete/Drop option will remove the server from the PgAdmin4 Server tree, but does not delete/drop any data or databases

like image 72
richyen Avatar answered Aug 10 '26 09:08

richyen