Re: issue with Postgres uninstallation

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Anuj Pankaj <anujp(at)cybage(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>, pgsql-admin(at)postgresql(dot)org
Subject: Re: issue with Postgres uninstallation
Date: 2010-09-17 05:58:38
Message-ID: AANLkTi=pcSOdO2eg6_wn+o0w8Jwq4GqCT=4_TS0FqKqq@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

2010/9/16 Anuj Pankaj <anujp(at)cybage(dot)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.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Greg Smith 2010-09-17 06:05:12 Re: issue with Postgres uninstallation
Previous Message Anuj Pankaj 2010-09-17 04:54:11 Re: issue with Postgres uninstallation