Tagged Questions
2
votes
0answers
82 views
Postgresql 8.2 service will not stop and uninstall
My system config is as follows:
System (running on Amazon EC2)
Ubuntu 10.04
Postgresql-8.2 installed and it is working.
ubuntu@ip:~$ sudo /etc/init.d/postgresql-8.2 status:
Running clusters: ...
4
votes
2answers
1k views
How to uninstall PostgreSQL installed from .run file?
I am a new Ubuntu 12.04 user and I'm using 64bit.
This morning I installed Posgresql 9.2 from the graphical installer (not from Ubuntu repository) . Now I want to uninstall it, but I don't know how.
...