Re: pgsql: Update for roles: < * Prevent default re-use of sysids for - Mailing list pgsql-committers

From Stephen Frost
Subject Re: pgsql: Update for roles: < * Prevent default re-use of sysids for
Date
Msg-id 20050701172845.GD24207@ns.snowman.net
Whole thread Raw
In response to pgsql: Update for roles: < * Prevent default re-use of sysids for  (momjian@svr1.postgresql.org (Bruce Momjian))
Responses Re: pgsql: Update for roles: < * Prevent default re-use
List pgsql-committers
* Bruce Momjian (momjian@svr1.postgresql.org) wrote:
> < * Prevent default re-use of sysids for dropped users and groups
> > * Prevent default re-use of sysids for dropped users and roles

sysids are gone, roles have Oids, so I don't think this is an issue
anymore...  Users are gone too...

> 450c450
> < * Add COMMENT ON for all cluster global objects (users, groups, databases
> > * Add COMMENT ON for all cluster global objects (users, roles, databases

Users are gone, so this would just apply to roles..

> <       users and groups with separate DROP commands
> >       users and roles with separate DROP commands

users are gone, there are only roles, so I don't know that they'd need
separate DROP commands, if that's what this means?  We do have DROP ROLE
and REVOKE ROLE...

    Thanks,

        Stephen

Attachment

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update for roles: < * Prevent default re-use of sysids for
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update for roles: < * Allow limits on per-db/user connections >