Forum OpenACS Q&A: Re: Re: how to uninstall postgres

Collapse
Posted by Roy Kisembo on
Uninstalling postgres on alinux platform

Well, when uninstalling the server package, all running
process are stopped ,you don't have to stop it.

use rpm -qa grep|postgres : To find the list of postgres
packages.

Use rpm -e package-name : to remove postgres packages