Re: issue with Postgres uninstallation - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: issue with Postgres uninstallation
Date
Msg-id AANLkTi=pcSOdO2eg6_wn+o0w8Jwq4GqCT=4_TS0FqKqq@mail.gmail.com
Whole thread Raw
In response to Re: issue with Postgres uninstallation  (Anuj Pankaj <anujp@cybage.com>)
Responses Re: issue with Postgres uninstallation
List pgsql-admin
2010/9/16 Anuj Pankaj <anujp@cybage.com>:
> Can you help let me how to uninstall postgres, if I do not have packages at Linux box.

You do not need the packages to uninstall them.  do this:

rpm -qa|grep -i postgres

and see what packages are listed.

Then

rpm -e packagename1 packagename2 ...

to remove them all.

pgsql-admin by date:

Previous
From: Anuj Pankaj
Date:
Subject: Re: issue with Postgres uninstallation
Next
From: Greg Smith
Date:
Subject: Re: issue with Postgres uninstallation