Re: Suggestion GRANT ALTER, TRIGGER ON ALTER - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Suggestion GRANT ALTER, TRIGGER ON ALTER
Date
Msg-id Pine.LNX.4.44.0305231738310.5719-100000@peter.localdomain
Whole thread Raw
In response to Re: Suggestion GRANT ALTER, TRIGGER ON ALTER  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
Josh Berkus writes:

> Another good point.  Makes sense to just do GRANT ALTER then, which would
> cover DROP as well.

If you have the privilege to alter an object you are nearly equivalent to
the owner of the object.  A more useful approach might be group ownership
of objects.

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Plan B for log rotation support: borrow Apache code
Next
From: Peter Eisentraut
Date:
Subject: Re: more contrib: log rotator