Hi,
On Fri, 2007-01-19 at 14:07 +1100, Chris wrote:
> rpm -qa | grep -i 'postgres'
>
> find the package names, then
>
> rpm -e pkg1 pkg2 pkg3 etc
or: rpm -e `rpm -qa|grep postgresql`
Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/