Re: RPM package question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: RPM package question
Дата
Msg-id 28227.1238766761@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RPM package question  (John Gardner <john.gardner@tagish.co.uk>)
Ответы Re: RPM package question  (John Gardner <john.gardner@tagish.co.uk>)
Список pgsql-novice
John Gardner <john.gardner@tagish.co.uk> writes:
> We've got an application to install on PostgreSQL 8.2 and the
> requirements say "Please make sure that PL/pgsql and FuzzyStringMatch
> library is installed."

> Can anyone tell me which RPM packages contain these?

Hmm, I'm pretty sure Devrim's packages split up the same way mine do,
so the answer should be -server and -contrib respectively.  Which
you've got.  You probably just haven't activated them in your current
database.  To install plpgsql you say "CREATE LANGUAGE plpgsql".
To install a contrib module you run its defining SQL script, which if
memory serves is under /usr/share/pgsql/contrib/ (if not, rpm -ql
on the -contrib RPM will tell you where they are).

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: RPM for CentOS
Следующее
От: John Gardner
Дата:
Сообщение: Re: RPM package question