Re: Can non-superuser install c functions ?

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Can non-superuser install c functions ?
Дата
Msg-id 20061109212411.GE23352@svana.org
обсуждение исходный текст
Ответ на Can non-superuser install c functions ?  (Rick Schumeyer <rschumeyer@ieee.org>)
Список pgsql-general
On Thu, Nov 09, 2006 at 04:04:33PM -0500, Rick Schumeyer wrote:
> I am transferring a database from a system where I am a pg superuser to
> one where I am not.

<snip>

> results in: permission denied for language c
>
> Do I need to get the pg administrator to install my database ?

Yes. Letting someone install C language functions is equivalent to
giving then access to all data in the database and possibly most of the
rest of the system. So it's restricted.

So yes, the pg superuser in charge of the cluster needs to install
tsearch2 for you. The rest you can do yourself.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

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

Предыдущее
От: Rick Schumeyer
Дата:
Сообщение: Can non-superuser install c functions ?
Следующее
От: "Anton Melser"
Дата:
Сообщение: Re: autovacuum blues