Robert Haas <robertmh...@gmail.com> writes: > On Tue, Mar 8, 2011 at 11:48 PM, Tom Lane <t...@sss.pgh.pa.us> wrote: >> In particular, I suggest the attached patch (code-complete, but sans >> documentation changes).
> I think it's a good change, but we should make sure to release-note it > properly, I had already drafted a commit message: Adjust the permissions required for COMMENT ON ROLE. Formerly, any member of a role could change the role's comment, as of course could superusers; but holders of CREATEROLE privilege could not, unless they were also members. This led to the odd situation that a CREATEROLE holder could create a role but then could not comment on it. It also seems a bit dubious to let an unprivileged user change his own comment, let alone those of group roles he belongs to. So, change the rule to be "you must be superuser to comment on a superuser role, or hold CREATEROLE to comment on non-superuser roles". This is the same as the privilege check for creating/dropping roles, and thus fits much better with the rule for other object types, namely that only the owner of an object can comment on it. Per complaint from Owen Jacobson and subsequent discussion. How that gets boiled down into a release note will depend on whoever writes the release notes. > along with the change you made for PLs. Hrm? regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs