Re: BUG #3319: Superuser can't revoke grants on a schema given by aother user - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3319: Superuser can't revoke grants on a schema given by aother user
Date
Msg-id 5169.1180544259@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3319: Superuser can't revoke grants on a schema given by aother user  ("Pedro Gimeno" <pgsql@personal.formauri.es>)
Responses Re: BUG #3319: Superuser can't revoke grants on a schema given by aother user  (Pedro Gimeno Fortea <pgsql@personal.formauri.es>)
List pgsql-bugs
Pedro Gimeno Fortea <pgsql@personal.formauri.es> writes:
> On 05/29/2007 03:35:00 PM, Tom Lane wrote:
>> This is not a bug.  If you want to revoke the privilege, revoke the
>> GRANT OPTION you originally gave.

> Why should I?

Because that's how the SQL spec defines that it works.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: backend crash with FATAL: BeginInternalSubTransaction: unexpected state END
Next
From: Jeff Davis
Date:
Subject: Re: BUG #3320: Error when using INSERT...RETURNING as a subquery