Re: [pgsql-patches] unprivileged contrib and pl install

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [pgsql-patches] unprivileged contrib and pl install
Дата
Msg-id 14575.1169703092@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [pgsql-patches] unprivileged contrib and pl install  (Jeremy Drake <pgsql@jdrake.com>)
Список pgsql-hackers
Jeremy Drake <pgsql@jdrake.com> writes:
>> I am digging through the code looking at this, and I have a question.  As
>> far as I can tell, there is currently no owner for a pg_language entry.

Er, doh.

> Sort of answered my own question, found this comment:
>  * Note: for now, languages are treated as owned by the bootstrap
>  * user. We should add an owner column to pg_language instead.

> So in the course of implementing this, an owner column would probably need
> to be added to pg_language, I guess.

If you believe my idea that the DB owner ought to have special privilege
in this regard, then probably yes.  Alternatively, we could hard-wire
the treatment of the DB owner.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_trigger.tgargs needs detoast
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix for plpython functions; return true/false for boolean,