Thread: Urgent

Urgent

From
ElayaRaja S
Date:
Hi,I am using Redhat Linux 9, I need to uninstall postfesql 7.3.2 andi have to install postgresql 7.4.5. Plz let me
knowhow to uninstall 
completely - postfesql 7.3.2
I am getting as [root@set root]# rpm -e postgresql
error: package postgresql is not installed

if i try to check the version it was displaying
[root@set root]# postgres --version
postgres (PostgreSQL) 7.3.2


--
Warm Regards,

S.ElayaRaja
Mobile:  (+91) 98450 59540
E-Mail:  elayaraja.s@gmail.com            raja_nk@hotmail.com


Re: Urgent

From
"Andrew Dunstan"
Date:
ElayaRaja S said:
> Hi,
> I am using Redhat Linux 9, I need to uninstall postfesql 7.3.2 and i
> have to install postgresql 7.4.5. Plz let me know how to uninstall
> completely - postfesql 7.3.2
>
> I am getting as [root@set root]# rpm -e postgresql
> error: package postgresql is not installed
>
> if i try to check the version it was displaying
> [root@set root]# postgres --version
> postgres (PostgreSQL) 7.3.2
>

The -hackers list is not the correct place to ask for help. Try
pgsql-general maybe

cheers

andrew




Re: Urgent

From
Christopher Browne
Date:
Clinging to sanity, elayaraja.s@gmail.com (ElayaRaja S) mumbled into her beard:
> Hi,
>  I am using Redhat Linux 9, I need to uninstall postfesql 7.3.2 and
>  i have to install postgresql 7.4.5. Plz let me know how to uninstall
> completely - postfesql 7.3.2
>
>  I am getting as [root@set root]# rpm -e postgresql
> error: package postgresql is not installed
>
> if i try to check the version it was displaying
> [root@set root]# postgres --version
> postgres (PostgreSQL) 7.3.2

Maybe you need to figure out what the names of the relevant packages
are.

# rpm -qa | grep -i sql

is likely to match many of the PostgreSQL packages, and give you some
exact names of packages needing to be removed.
-- 
"cbbrowne","@","gmail.com"
http://linuxdatabases.info/info/emacs.html
"Paranoia is not only good, it is indispensable."
-- Jim Wildman on Unix Sysadmining 
<http://www.rossberry.com/jim/linux/sysadmin.html>