Re: BUG #3319: Superuser can't revoke grants on a schema given by aother user

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3319: Superuser can't revoke grants on a schema given by aother user
Дата
Msg-id 6107.1180547758@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #3319: Superuser can't revoke grants on a schema given by aother user  (Pedro Gimeno Fortea <pgsql@personal.formauri.es>)
Ответы Re: BUG #3319: Superuser can't revoke grants on a schema given by aother user  (Pedro Gimeno Fortea <pgsql@personal.formauri.es>)
Re: BUG #3319: Superuser can't revoke grants on a schema given by aother user  (Pedro Gimeno Fortea <pgsql@personal.formauri.es>)
Список pgsql-bugs
Pedro Gimeno Fortea <pgsql@personal.formauri.es> writes:
> On 05/30/2007 06:57:39 PM, Tom Lane wrote:
>> Because that's how the SQL spec defines that it works.

> Still, is silently ignoring the command the proper action to take when
> the REVOKE is executed by the superuser and not by the grantor?

You want a warning when REVOKE didn't do anything because there was no
prior grant to be revoked?  According to the code comments, this was
considered and rejected as "too noisy, as well as inconsistent with the
GRANT case".  I can't find the discussion right now, but it would have
probably been in May 2004 or a bit before, because the comment seems to
date from a commit on 1 June 2004.

            regards, tom lane

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

Предыдущее
От: Pedro Gimeno Fortea
Дата:
Сообщение: Re: BUG #3319: Superuser can't revoke grants on a schema given by aother user
Следующее
От: Pedro Gimeno Fortea
Дата:
Сообщение: Re: BUG #3319: Superuser can't revoke grants on a schema given by aother user