Re: how to uninstall postgresql from fedora 5 - Mailing list pgsql-interfaces

From Devrim GÜNDÜZ
Subject Re: how to uninstall postgresql from fedora 5
Date
Msg-id 1180421718.3501.5.camel@localhost.localdomain
Whole thread Raw
In response to how to uninstall postgresql from fedora 5  ("RaviRam Kolipaka" <raviram.kolipaka@gmail.com>)
List pgsql-interfaces
Hello,

On Tue, 2007-05-29 at 12:13 +0530, RaviRam Kolipaka wrote:
>  Can anybody reply me how to uninstall postgresql from fedora 5 linux

(You are on the wrong list, but...)

Depends on how you installed. If you are using distro packages:

rpm -e `rpm -qa|grep postgresql`

or

yum remove postgresql

might help you, if you don't have other dependencies to postgresql-libs
package. If so, either remove all postgresql packages except -libs, or
remove the other packages, too, like php-pgsql, etc.

Regards,
--
Devrim GÜNDÜZ
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/



pgsql-interfaces by date:

Previous
From: "RaviRam Kolipaka"
Date:
Subject: how to uninstall postgresql from fedora 5
Next
From: "Oliveiros Cristina"
Date:
Subject: Re: Question on NpgsqlParameter object