Can non-superuser install c functions ?

Поиск
Список
Период
Сортировка
От Rick Schumeyer
Тема Can non-superuser install c functions ?
Дата
Msg-id 455397E1.3030701@ieee.org
обсуждение исходный текст
Ответы Re: Can non-superuser install c functions ?  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
I am transferring a database from a system where I am a pg superuser to
one where I am not.

The database uses tsearch2.  I am unable to install any of the
functions.  For example:

CREATE FUNCTION gtsvector_in(cstring) RETURNS gtsvector
    AS '$libdir/tsearch2', 'gtsvector_in'
    LANGUAGE c STRICT;

results in: permission denied for language c

Do I need to get the pg administrator to install my database ?





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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: autovacuum blues
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Can non-superuser install c functions ?