Re: issue with Postgres uninstallation

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: issue with Postgres uninstallation
Дата
Msg-id AANLkTi=pcSOdO2eg6_wn+o0w8Jwq4GqCT=4_TS0FqKqq@mail.gmail.com
обсуждение исходный текст
Ответ на Re: issue with Postgres uninstallation  (Anuj Pankaj <anujp@cybage.com>)
Ответы Re: issue with Postgres uninstallation  (Greg Smith <greg@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Anuj Pankaj
Дата:
Сообщение: Re: issue with Postgres uninstallation
Следующее
От: Greg Smith
Дата:
Сообщение: Re: issue with Postgres uninstallation