Re: postgres not use table access permissions ? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: postgres not use table access permissions ?
Date
Msg-id 8002.973282792@sss.pgh.pa.us
Whole thread Raw
In response to Re: postgres not use table access permissions ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
> Oops.  Strange though, this looks like it must be a very long-standing
> bug: aclinsert3 thinks it can delete any zero-permissions item from an
> ACL array, whereas aclcheck has a hard-wired assumption that the world
> item is always there.  Could we have missed this for this long?

Yup, we could've.  It looks like "revoke all from public" has been
broken clear back to Postgres95, if not longer.  Amazing that no one
noticed.  Anyway, fixed now.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Ian Lance Taylor
Date:
Subject: Re: [HACKERS] 7.0.3 branded
Next
From: Ian Lance Taylor
Date:
Subject: Re: [HACKERS] 7.0.3 branded