Re: Need help extripating plpgsql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Need help extripating plpgsql
Дата
Msg-id 18383.1361520268@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Need help extripating plpgsql  ("James B. Byrne" <byrnejb@harte-lyne.ca>)
Список pgsql-general
"James B. Byrne" <byrnejb@harte-lyne.ca> writes:
> If all the elements contained in the standard templates had their
> ownerships changed to that of the owner of the new database then my
> problem would never have arisen.  I do not understand why this is not
> the case.  Is there a reason why this is so?

I don't see why you expect that.  Should a non-superuser database owner
have the ability to redefine, say, sum(int4)?  You might as well just
give him superuser privileges.

In PG's security model, ownership of a database does *not* automatically
confer any privileges with respect to the contained objects.  It doesn't
really give much at all except the ability to drop or rename the
database as a whole.

            regards, tom lane

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: confirming security.
Следующее
От: Rafael Martinez
Дата:
Сообщение: PostgreSQL binaries under /usr/lib, why?