Re: Unprivileged access to pgsql functions?

Поиск
Список
Период
Сортировка
От Bosco Rama
Тема Re: Unprivileged access to pgsql functions?
Дата
Msg-id 4D71602A.2060304@boscorama.com
обсуждение исходный текст
Ответ на Re: Unprivileged access to pgsql functions?  (Matt Warner <matt@warnertechnology.com>)
Ответы Re: Unprivileged access to pgsql functions?  (Matt Warner <matt@warnertechnology.com>)
Список pgsql-general
Matt Warner wrote:
>
> The function cannot be defined in the user's DB because "language C" is
> considered a security risk, so only the superuser can do that. Or that's
> what I get from reading anyway...

psql -U postgres -d user_db

will allow the superuser to then define the function in the user's DB.

Once there, you can grant access, if needed.

Bosco.

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

Предыдущее
От: Matt Warner
Дата:
Сообщение: Re: Unprivileged access to pgsql functions?
Следующее
От: Matt Warner
Дата:
Сообщение: Re: Unprivileged access to pgsql functions?