AW: NOCREATETABLE patch (was: Re: Please, help!(about P ostgres)) - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: NOCREATETABLE patch (was: Re: Please, help!(about P ostgres))
Date
Msg-id 11C1E6749A55D411A9670001FA6879633682BB@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> > The connect group would be granted these System Privileges:

If we keep it like others (e.g. Informix) this System Privilege would be called
"resource". I like this name better, because it more describes the detailed 
priviledges.

> > 
> > CREATE AGGREGATE privilege
> > CREATE INDEX privilege
> > CREATE FUNCTION privilege
> > CREATE OPERATOR privilege
> > CREATE RULE privilege
> > CREATE SESSION privilege
> > CREATE SYNONYM privilege
> > CREATE TABLE privilege
> > CREATE TRIGGER privilege
> > CREATE TYPE privilege
> > CREATE VIEW privilege

The "connect" group would only have the priviledge to connect to the db [and
create temp tables ?] and rights they where granted, or that were granted to public.
They would not be allowed to create anything.

Andreas


pgsql-hackers by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: AW: Re: Outstanding patches
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Patch to ALTER TABLE docs