Re: why local_preload_libraries does require a separate directory ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: why local_preload_libraries does require a separate directory ?
Дата
Msg-id 17337.1322934799@sss.pgh.pa.us
обсуждение исходный текст
Ответ на why local_preload_libraries does require a separate directory ?  (Tomas Vondra <tv@fuzzy.cz>)
Ответы Re: why local_preload_libraries does require a separate directory ?  (Tomas Vondra <tv@fuzzy.cz>)
Список pgsql-hackers
Tomas Vondra <tv@fuzzy.cz> writes:
> why the libraries loaded using local_preload_libraries need to be placed
> in a different subdirectory than libraries loaded using
> shared_preload_libraries?

Security: it lets the DBA constrain which libraries are loadable this way.

> I do understand that leaving the users to load whatever libraries they
> want is a bad idea, but when the library is loaded from postgresql.conf
> it should be safe.

We don't have a mechanism that would allow different limitations to be
placed on a GUC variable depending on where the value came from.
To do what you're proposing would require restricting
local_preload_libraries to be superuser-only, which would be a net
decrease in functionality.
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: psql line number reporting from stdin
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Command Triggers