Re: CREATEROLE does not permit commenting on newly-created roles - Mailing list pgsql-bugs

From Tom Lane
Subject Re: CREATEROLE does not permit commenting on newly-created roles
Date
Msg-id 10429.1299649548@sss.pgh.pa.us
Whole thread Raw
In response to Re: CREATEROLE does not permit commenting on newly-created roles  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: CREATEROLE does not permit commenting on newly-created roles  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-bugs
Robert Haas <robertmhaas@gmail.com> writes:
> On Tue, Mar 8, 2011 at 11:48 PM, Tom Lane <tgl@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

pgsql-bugs by date:

Previous
From: Robert Haas
Date:
Subject: Re: CREATEROLE does not permit commenting on newly-created roles
Next
From: "Sandy Test"
Date:
Subject: backup using pg_dump postgreSQL 8.3.8