Stephen Frost wrote:
-- Start of PGP signed section.
> * Bruce Momjian ([EMAIL PROTECTED]) 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..

Updated.

> > <     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...

The problem is this used in pg_dumpall --clean:

        DELETE FROM pg_shadow WHERE usesysid <> (SELECT datdba FROM pg_database 
WHERE datname = 'template0');

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [email protected]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to