I am using pgadmin 4.1.2 and it is extremely slow. I installed pgadmin 3 and it works like a charm. How do I remove pgadmin 4 from my Windows 2008 R2 machine?
Kr A.H.
I am using pgadmin 4.1.2 and it is extremely slow. I installed pgadmin 3 and it works like a charm. How do I remove pgadmin 4 from my Windows 2008 R2 machine?
Kr A.H.
Tested today by me...
As the other answers says, pgAdmin, if installed independently of postgres, have it own uninstall under windows apps.
But if the pgAdmin was installed with postgres installation, my case, it do not have it own uninstall, but is possible to uninstall it with postgres uninstall.
At the start of the uninstallation, simply select "Individual components", pgAdmin 4 and continue. Done.
Hope it helps someone with the same problem.
Update: Aparently, as @Nux pointed out, the firsts versions of pgAdmin 4 didn't have this option.
Go to pgAdmin 4 installation folder and under version folder there's an uninstall executable file. After installation you can remove the pdAdmin 4 and the rest of the files.
You can click on "Windows Button" then type: appwiz.cpl the interface of installing and modifying installed programs will appear. Scroll to PostgreSQL[version installed number] and double click on it. You choose the second option (indivdual components) and by next you check the checkbox for pgadmin4. let it go until the end and you will be Ok :)
Good news, PgAdmin 4 in version 2.1 can be uninstalled, as other Windows apps.
It is still much slower then PgAdmin 3...
You can go the location where you install PostgreSQL. Eg C:\Program Files\PostgreSQL then delete it.
from a windows you can go to the directory location and inside there is a .exe file for uninstallation. You simply run it and done ! It's just worked for me.