Re: Owner inheritance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Owner inheritance
Дата
Msg-id 2105.1292948198@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Owner inheritance  (gsdfg gdfg <mx.morin@gmail.com>)
Список pgsql-hackers
gsdfg gdfg <mx.morin@gmail.com> writes:
> Would be great if owner can be inherited from parent object (owner table ==>
> schema owner ==> database owner).
> CREATE statement could add OWNER TO PARENT to cover this feature.

What it would be is a great security hole --- exactly analogous to
allowing Unix "chown" to non-superusers.  Read up on the security
pitfalls of being able to give away ownership of an object.
        regards, tom lane


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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Extensions, patch 22 (cleanup, review, cleanup)
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Owner inheritance