Re: alter user set local_preload_libraries.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: alter user set local_preload_libraries.
Дата
Msg-id 1657.1404310528@sss.pgh.pa.us
обсуждение исходный текст
Ответ на alter user set local_preload_libraries.  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Ответы Re: alter user set local_preload_libraries.  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> writes:
> postgres=# alter user horiguti2 set local_preload_libraries='libname';
> ERROR:  parameter "local_preload_libraries" cannot be set after connection start

Hm ... it's kind of annoying that that doesn't work; it's certainly not
hard to imagine use-cases for per-user or per-database settings of
local_preload_libraries.  However, I'm not sure if we apply per-user or
per-database settings early enough in backend startup that they could
affect library loading.  If we do, then the ALTER code needs to be
taught to allow this.
        regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Spinlocks and compiler/memory barriers
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Audit of logout