Re: type privileges and default privileges - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: type privileges and default privileges
Date
Msg-id 20111111041738.GL24234@tamriel.snowman.net
Whole thread Raw
In response to Re: type privileges and default privileges  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: type privileges and default privileges
List pgsql-hackers
* Robert Haas (robertmhaas@gmail.com) wrote:
> On Thu, Nov 10, 2011 at 10:52 PM, Stephen Frost <sfrost@snowman.net> wrote:
> > Certainly a big one that people get caught by is our default of execute
> > to public on functions..  Most of our privileges are set up as minimal
> > access to others, functions are an oddity in that regard.  Rather than
> > fight the battle of what the default *should* be for functions, we could
> > just give the DBA the ability to configure it for their database.
>
> Sure, let's do.  But that hardly means that we need to store useless
> catalog records in every database with the DBA doesn't do that.

Fair enough, so the direction would be to add 'IN DATABASE' options to
'ALTER DEFAULT PRIVILEGES' and have all the same options there, plus
flags for schema (and any other schema-level/entire-database things)
options?  I presume that the 'IN SCHEMA' / 'FOR USER' options would be
used, where those exist, and we'd only fall back to the higher ones if
those don't exist?
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Daniel Farina
Date:
Subject: Re: Concurrent CREATE TABLE/DROP SCHEMA leaves inconsistent leftovers
Next
From: "David E. Wheeler"
Date:
Subject: Multiple Extensions