Re: Urgent

Поиск
Список
Период
Сортировка
От Christopher Browne
Тема Re: Urgent
Дата
Msg-id m33btoyzwi.fsf@knuth.cbbrowne.com
обсуждение исходный текст
Ответ на Urgent  (ElayaRaja S <elayaraja.s@gmail.com>)
Список pgsql-hackers
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>


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kim Bille
Дата:
Сообщение: Call to build-in operator from new operator
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: argtype_inherit() is dead code