Thread: Uninstall postgres 7.4

Uninstall postgres 7.4

From
Josué Maldonado
Date:
Hello list,

What's the "right" way to uninstall postgres 7.4 in Linux (RH 8)?.

Thanks in advance

--
Josué Maldonado



Re: Uninstall postgres 7.4

From
"scott.marlowe"
Date:
On Fri, 12 Dec 2003, Josué Maldonado wrote:

> Hello list,
>
> What's the "right" way to uninstall postgres 7.4 in Linux (RH 8)?.

That really depends on how it was installed.  If installed via RPM, then
you do 'rpm -e postgrespackagenameshere'.  If it was installed from
source, 'make uninstall'. or rm -Rf /usr/local/pgsql or whereever else you
might have installed it to.


Re: Uninstall postgres 7.4

From
Josué Maldonado
Date:
Hello Scott,

I forgot to mention that, it was installed from source. Thanks for
anwsering.


scott.marlowe wrote:

> On Fri, 12 Dec 2003, Josué Maldonado wrote:
>
>
>>Hello list,
>>
>>What's the "right" way to uninstall postgres 7.4 in Linux (RH 8)?.
>
>
> That really depends on how it was installed.  If installed via RPM, then
> you do 'rpm -e postgrespackagenameshere'.  If it was installed from
> source, 'make uninstall'. or rm -Rf /usr/local/pgsql or whereever else you
> might have installed it to.
>


--
Josué Maldonado