Re: REVOKE ... FROM username equals REVOKE ... FROM PUBLIC

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: leveque(at)webmails(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: REVOKE ... FROM username equals REVOKE ... FROM PUBLIC
Date: 2001-05-31 14:25:00
Message-ID: 10668.991319100@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> When I revoke select from a user, it revokes select from other
> users, database object owner included.

No, only from the owner. Update to 7.1.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-05-31 14:45:28 GRANT SELECT ON ... TO username does REVOKE ALL ON ... FROM PUBLIC at the same time
Previous Message pgsql-bugs 2001-05-31 13:48:50 REVOKE ... FROM username equals REVOKE ... FROM PUBLIC