Re: Truncate Triggers - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Truncate Triggers
Date
Msg-id 9356.1201374985@sss.pgh.pa.us
Whole thread Raw
In response to Re: Truncate Triggers  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Truncate Triggers  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:
> iirc, the suggestion was to exclude the non-SQL-spec things from 'GRANT
> ALL' to avoid just that issue.  Having to grant TRUNCATE and/or DDL
> operation permissions explicitly would be reasonable.  This might create
> a disconnect with what 'revoke all' does, since that should really
> remove all of the perms, but I feel that's reasonable.  A 'Default
> secure' approach.

More like "default impossibly confusing" :-(.  "GRANT ALL" doesn't mean
grant all privileges?  How the heck are you going to explain/justify
that to a newbie?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Simple row serialization?
Next
From: Simon Riggs
Date:
Subject: Re: Truncate Triggers